Hi,
I am trying to use vlc 0.9.8a for streaming media to a Dreambox satellite receiver with a plugin in the receiver. With vlc 0.8.6a everything is fine.
With the 0.9.8a the vlc can be controlled - I can stop, pause and play a file with dst=:9090/dboxstream. I can see the streaming continue (i.e the slider moves along) and I can also playback the video with another instance of vlc with the network url http://pc-ip:9090/dboxstream.
But the stream cannot be accessed by the receiver plugin. By debugging the plugin I notice that a socket is created with pc-ip and port 9090 - but there is no http Response to the Request "GET /dboxstream /HTTP/1.0\r\n\r\n" using that socket. No response at all - not even any error code.
I have tried giving (in the Request) the full path - http://pc-ip:9090/dboxstream and also http/1.1. Same result.
Obviouly the Request is wrong ! Could someone please advise what the correct Request will be ?
p.s. I have edited the 2 .hosts files to include the pc-ip and dreambox ip.
Regards, pcd.