Page 1 of 1

Has ANYONE got streaming to Quicktime working?

Posted: 10 Sep 2006 13:30
by Lister
I need to scream! :cry:

Been trying to get ANYTHING to stream to Quicktime over HTTP. No joy whatsoever, Quicktime always waits a second, and then says "Invalid URL".

Is HTTP streaming even possible? I have tried every codec and container under the sun with no joy.

Do I have to use RTSP? In which case, does VideoLAN have enough support already, or will I need to use something like IceCast or Darwin?

Posted: 12 Sep 2006 15:57
by sjensen
I'm using VLC with Darwin, no issues. Works great.

Posted: 12 Sep 2006 21:16
by Lister
Over HTTP, or RTSP?

What codec and mux are you using?

ps. I should have stipulated this is LIVE streaming. :)

Posted: 21 Sep 2006 16:18
by sjensen
Sorry for the delay. Using rtsp, live streaming from a webcam to quicktime player or plugin/activex on the client side, transcoding to mp4v and mp4a

Posted: 24 Nov 2006 23:24
by ZeusDK
Like:

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=256,scale=1,acodec=mp4a,ab=128,channels=1}:rtp{sdp=rtsp://127.0.0.1:9000/test.sdp}
Just open rtsp://127.0.0.1:9000/test.sdp in QuickTime

Posted: 10 Jan 2007 16:29
by northbiker
Like:

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=256,scale=1,acodec=mp4a,ab=128,channels=1}:rtp{sdp=rtsp://127.0.0.1:9000/test.sdp}
Just open rtsp://127.0.0.1:9000/test.sdp in QuickTime
This work on local computer and doesn't even use darwin, isn't it ?
Does anybody succeeded streaming live to a distant darwin server ?
I don't find which configuration I have to give to darwin, which port I have to open in the server firewall (except 554, 7070, 8000 and 8001 which are use for users to listen)

A last thing, after some test it seems to me that it is impossible for somebody behind a NAT (that he can't configure) to use rtsp and so for vod he can't navigate in the file (because he has to use simple http), am I right ?
Thanks
Timothe