Sorry for the double post from here
My Question is the following:
Hi,
the Programmer YJogol uses your VLC ActiveX Plugin n a DBox to receive the TS Stream of the DBox via the Webinterface in an extra window.
I would love the feature to automatically forward this stream to a PocketPC or even multiple other pc's.
The Webinterface of YJogol is able to change the channel and therefore the originating http url of the TS changes.
I know you can do this via the VLC Player but could this be done automatically ?
Example
Convert into mpv2 192 kbits and mpga 64 for the Pocket PC Version of VLC.
Multiple PC's
A User on the Tuxbox Forum told me to stream to UDP Adress 239.255.1.1 to receive it on multiple pc's
Any Idea ?
Should following line work ?
param name="Src" value="http://{=script:Y_Live dboxIP=}:31339/0,{=func:get_video_pids {=audiopid=}=}:sout=#transcode{width=352,vcodec=mp2v,vb=192,acodec=mpga,ab=64,deinterlace}:duplicate{dst=std{access=udp,url=239.255.1.1:1234},dstdisplay}" />
I have just added the the part behind the ...{=audiopid=}=} but I do not get a stream on my 2nd PC ....
Any hints ?