Howto initialise stream from dbox

ries
Beiträge: 1
Registriert: Sonntag 27. Juni 2004, 13:57

Howto initialise stream from dbox

Beitrag von ries »

I searched the forums and tried google. I cannot find a description on how to (code) interact with the dbox or how the video is streamed from it. I looked at misc src, but all i figured out is, that i have to connect to port 8080 and send some GET commands. Thereafter the box streams the video through udp on a port specified in the GET command ?

And how do i get the channel list from it ?

Im using neutrino, but i hope it is the same on enigma.
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

Neutrino and Enigma offer a web-interface through which you can acquire the service information (PIDs etc.).

But to stream you need to interact with the demux. There is an inetd running on the box that listens on ports given in /etc/services and starts the appropriate programs that will act as daemons and setup the Demux so that you will get the data you request.
streamsec 31335/tcp
streamavpes 31336/tcp
streamps 31337/tcp
streampes 31338/tcp
streamts 31339/tcp
udpstreampes 31340/tcp
udpstreampes 31341/udp
You can use f.ex. wget. The protocol used is HTTP and you setup the parameters with GET.

I don't recall all of the parameters so you might need to check the source, I'm not sure if there's a documentation.