streaming to QuickTime Player

About encoding, codec settings, muxers and filter usage
Pintadus
New Cone
New Cone
Posts: 9
Joined: 16 Jun 2005 11:09
Location: TOURS

streaming to QuickTime Player

Postby Pintadus » 22 Jul 2005 19:34

Hello,

What codecs and diffusion protocol should I use to stream with VLC so that a QuickTime Player can display it ?

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: streaming to QuickTime Player

Postby fkuehne » 23 Jul 2005 15:39

You should use MPEG4 as audio and video codec in a MPEG4 or MOV container / encapsulation format. I'd you should use RTSP as protocol, but plain HTTP could work as well (untested).
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

ZeusDK
Blank Cone
Blank Cone
Posts: 18
Joined: 18 Nov 2006 11:35

Postby ZeusDK » 22 Nov 2006 19:36

You can use:

:sout=#rtp{sdp=rtsp://127.0.0.1:9000/test.sdp}:transcode{vcodec=mp4v,vb=96,scale=1,acodec=mp4a,ab=32,channels=1}

And insert rtsp://127.0.0.1:9000/test.sdp in QuickTime.

ZeusDK
Blank Cone
Blank Cone
Posts: 18
Joined: 18 Nov 2006 11:35

Postby ZeusDK » 24 Nov 2006 22:53

Sorry - it was (now the transcode is working):

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=96,scale=1,acodec=mp4a,ab=32,channels=1}:rtp{sdp=rtsp://127.0.0.1:9000/test.sdp}


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 6 guests