Search found 11 matches

Go to advanced search

by smpn
12 Apr 2010 23:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vdpau & vlc
Replies: 106
Views: 100370

Re: vdpau & vlc

Any updates on Ubuntu 9.10 integration? It looks like ffmpeg supports VDPAU with no tweaking (just did apt-get install ffmpeg) $ ffmpeg -formats | grep vdpau FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2, Copyright (c) 2000-2009 Fabrice Bellard, et al. ... D V D h264_vdpau H.264 / AVC / MPEG-...
by smpn
01 Mar 2007 19:23
Forum: VLC stream-output (sout)
Topic: Trying to stream to QuickTime Player
Replies: 0
Views: 985

Trying to stream to QuickTime Player

Can't see to get this working. On the server I run: vlc -vvv --color cuba.avi --sout "#transcode{vcodec=mp4v,vb=256,scale=1,acodec=mp4a,ab=128,channels=1}:rtp{sdp=rtsp://server-ip:8080/test.sdp}" VLC starts transcoding, then I open QuickTime player on my Mac with rtsp://server-ip:8080/test...
by smpn
23 Feb 2007 19:20
Forum: VLC stream-output (sout)
Topic: Viewing a QT Broadcaster stream
Replies: 8
Views: 3743

Interesting, I'd like to know how you did that. It seems to me that VLC doesn't support RTSP ANNOUNCE (Automatic Unicast in QTB) - maybe you used Manual Unicast or something?
by smpn
23 Feb 2007 19:04
Forum: VLC stream-output (sout)
Topic: Viewing a QT Broadcaster stream
Replies: 8
Views: 3743

Oh, you weren't using VLC as the relay, you were just trying to connect it to DSS or some other server and view the live broadcast with a VLC client.
by smpn
23 Feb 2007 18:51
Forum: VLC stream-output (sout)
Topic: Windows Media Encoder push live broadcast to VLC?
Replies: 2
Views: 948

OK, I started a page here and did a brain-dump:

http://wiki.videolan.org/Windows_Media_Encoder

I'll try to keep it updated as I learn more.

Skye
by smpn
23 Feb 2007 01:55
Forum: VLC stream-output (sout)
Topic: Viewing a QT Broadcaster stream
Replies: 8
Views: 3743

Ressurecting old post :twisted: I don't think VLC supports the RTSP ANNOUNCE command so it can't receive a live broadcast from QuickTime Broadcaster for relay or display. If you send the live broadcast from QTB to Darwin Streaming Server then you could use VLC as a viewer client connected to DSS. Bu...
by smpn
22 Feb 2007 23:51
Forum: VLC stream-output (sout)
Topic: => Need heLp: VLC-Config for Relaying a Stream <=
Replies: 2
Views: 1168

Try running this on your server:

Code: Select all

vlc -vvv http://source-ip --sout '#standard{access=http,mux=ts,dst=server-ip:8080}'
Then clients should be able to stream from http://server-ip:8080

Look at the output for errors if it's not working.

Skye
by smpn
22 Feb 2007 23:47
Forum: VLC stream-output (sout)
Topic: Windows Media Encoder push live broadcast to VLC?
Replies: 2
Views: 948

Windows Media Encoder push live broadcast to VLC?

I would like to use VLC as a reflector for live streams from Windows Media Encoder. I have it working where VLC pulls the stream from the encoder and then streams to clients like this: vlc mmsh://wmenc-ip:8080 --sout '#std{access=mmsh,mux=asfh,dst=:8080}' I would like to support PUSH encoding in WME...
by smpn
22 Feb 2007 23:43
Forum: VLC stream-output (sout)
Topic: Overview of HTTP streaming
Replies: 1
Views: 1039

Here's a brief description of why HTTP (progressive download) isn't ideal:

http://www.rtsp.org/2001/faq.html#HTTP

Skye
by smpn
22 Feb 2007 20:02
Forum: VLC stream-output (sout)
Topic: VoD Support for RTP over RTSP (RTP TCP) and RTSP/RTP in HTTP
Replies: 2
Views: 1333

Thanks, I will join that list and follow up there.
by smpn
22 Feb 2007 19:11
Forum: VLC stream-output (sout)
Topic: VoD Support for RTP over RTSP (RTP TCP) and RTSP/RTP in HTTP
Replies: 2
Views: 1333

VoD Support for RTP over RTSP (RTP TCP) and RTSP/RTP in HTTP

I'll soon be starting work on enhancing VLC's VoD streaming to support RTP over RTSP (RTP over TCP aka interleaved RTP) and QuickTime Player's special RTSP/RTP in HTTP tunnel. This will allow the VoD server to stream to clients behind NAT and behind web proxies. Currently, if I'm not mistaken, VOD o...

Go to advanced search