Take the tarball, unpack it on your pc and copy the file "streamts" into /usr/sbin onto your Box (sbin NOT bin) and make it executeable (chmod 755). The second file "libtuxbox-mpegtools.so.0" put into /usr/lib onto your box.
The next step is to check your /etc/inetd.conf for the following line
Code:
31339 stream tcp nowait root /usr/sbin/streamts streamts -ts
If this line does not exist, add it.
Now you can stream the actual service to your pc. to access it you need vlc-client and point it to:
http://dreamboxip:31339/PAT,PMT,VPID,APID
the PMT is always 0 and the three other PIDs you can find, if you look at the channel info inside enigma. You cant switch the channels via pc and you cant get the pids without looking onto your tv Screen.
For example if you are on Astra and watch the german channel "Das Erste" it will be the following streaming-url for vlc:
http://dreamboxip:31339/0,64,65,66
A few posts after that initial post is another streamts binary, you can put it onto the boy instead of this one, which is included into the initial tarball. The second one will make it possible to see the picture on the TV screen and vai VLC. The first one (in the initial tarball) does only allow to see it via VLC, as soon as you access via VLC your TV screen will turn black.
Ciao
The next step is to check your /etc/inetd.conf for the following line
Code:
31339 stream tcp nowait root /usr/sbin/streamts streamts -ts
If this line does not exist, add it.
Now you can stream the actual service to your pc. to access it you need vlc-client and point it to:
http://dreamboxip:31339/PAT,PMT,VPID,APID
the PMT is always 0 and the three other PIDs you can find, if you look at the channel info inside enigma. You cant switch the channels via pc and you cant get the pids without looking onto your tv Screen.
For example if you are on Astra and watch the german channel "Das Erste" it will be the following streaming-url for vlc:
http://dreamboxip:31339/0,64,65,66
A few posts after that initial post is another streamts binary, you can put it onto the boy instead of this one, which is included into the initial tarball. The second one will make it possible to see the picture on the TV screen and vai VLC. The first one (in the initial tarball) does only allow to see it via VLC, as soon as you access via VLC your TV screen will turn black.
Ciao

