Search found 3 matches

Go to advanced search

by shanson29
06 Jun 2006 16:11
Forum: VLC stream-output (sout)
Topic: Multicasting floods my network
Replies: 4
Views: 1633

I had a similar issue, multicasting a full mpeg2 stream from a haupauge PVR-250 over a 154MB ATM backbone. This would eventually cause the CPUs on the routers to peg at 100%. Transcoding like this --sout '#transcode{vcodec=mp4v,acodec=mp4a,ab=32,deinterlace,channels=2}:standard{access=udp{ttl=5}, mu...
by shanson29
01 May 2006 20:27
Forum: VLC stream-output (sout)
Topic: Multicast Issue
Replies: 1
Views: 762

./vlc -v --color pvr:/dev/video0 --cr-average 1000 --sout '#standard{access=udp,mux=ts,url=224.2.1.51:1234}' Should be ./vlc --color pvr:/dev/video0 --cr-average 1000 --sout '#standard{access=udp{ttl=x},mux=ts,dst=224.2.1.51:1234}' It's all in the documentation, just took me two weeks to find it :)...
by shanson29
01 May 2006 16:59
Forum: VLC stream-output (sout)
Topic: Multicast Issue
Replies: 1
Views: 762

Multicast Issue

I am able to stream unicast, but unable to multicast. VLC is 0.8.5-test3 Input is PVR using ivtv 0.6.1 3rd party libraries installed: a52dec-0.7.4.tar.gz libogg-1.1.3.tar.gz flac-1.1.2.tar.gz libtheora-1.0alpha5.tar.gz SDL-1.2.9.tar.gz lame-3.97b2.tar.gz libvorbis-1.1.2.tar.gz speex-1.0.5.tar.gz lib...

Go to advanced search