Page 1 of 1
Streaming from VLC to a set top box
Posted: 27 Dec 2004 18:21
by george_mac_user
Could anyone tell me how to set up my system to receive a stream (sent from VLC on a mac, TS file) on a Pace set top box. Any help would be much appreciated.
g
Posted: 28 Dec 2004 12:13
by 7andy
I have done this on a Netgem i-player. Start an HTTP stream on the serving end and type
http://server-ip:1234 into the web access page of the STB.
I am assuming here that the Pace STB can access URLs...
Cheers, 7&Y
Posted: 28 Dec 2004 21:34
by karlito
I succeeded to stream on a Pace DSL 4000 but with VLS
the STB is able of RTSP urls.
I started the VLS with
vls -d udp:multicast-address:port file:file-to-stream.mpg -ttl 2 -loop
then on the STB in the javascript code you must use the mediactrl object:
The MediaCtrl object is a specific Javascript object of the Pace set-top-box . It allows to controls the video stream as it is implemented with RTSP controls. But the streaming is done on multicast and the server does not support the RTSP. Hopefully, the MediaCtrl also supports IGMP. The three mains functionalities are load, unload and play:
- load: It sends a IGMP join request to a multicast group. The group is specified by the multicast address.
- play: Starts the decoding of the MPEG-2 stream.
- unload: Stops the decoding of the MPEG stream and send a request leave to the multicast group.
if you need more info give your mail in your PM, I made a whole project about it, I ld give you the detailed project if you want.
pace dsl 4000 - how to receive stream from windows xp??
Posted: 03 Jan 2005 07:10
by videolan2020
can someone direct me to how to go about receiving streaming video on a pace dsl 4000 box? What settings do i need on the source end (the transmitting computer (XP))?
what settings do i need to specify on the pace box or what do I type?
any help greatly appreciated...