Page 1 of 1

Live HTTP Streaming (iPhone) using VLC on windows XP

Posted: 17 Sep 2010 08:14
by phanisri
I am trying to do streaming Live HTTP Streaming (iPhone) using VLC.
As suggested i created virtual directory in the IIS and given read/write permissions.

C:\VideoLAN\VLC>vlc -I dummy --mms-caching 0 http://www.nasa.gov/55644main_NASAT
V_Windows.asx --sout='#transcode{width=320,height=240,fps=25,vcodec=h264,vb=256,
venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=96}:std{a
ccess=livehttp{seglen=10,delsegs=true,numsegs=5,index=c:\inetpub\streaming\mystr
eam.m3u8,index-url=http://64.103.200.666/streaming/mystrea ... ts},mux=ts
{use-key-frames},dst=c:\inetpub\streaming\mystream-########.ts}'

When i execute above command, getting below error:
  • [00000309] stream_out_standard private error: no mux specified or found by extension
    "main stream output error: stream chain failed for " .
In the dummy out put,

[00000297] dummy interface: using the dummy interface module...
[00000309] stream_out_standard private error: no mux specified or found by exten
sion
[00000308] main stream output error: stream chain failed for `std{mux="",access=
"'#transcode{width=320,height=240,fps=25,vcodec=h264,vb=256,venc=x264{aud,profil
e=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=96}",dst="std{access=livehttp
{seglen=10,delsegs=true,numsegs=5,index=c:\inetpub\streaming\mystream.m3u8,index
-url=http://124.123.208.225/streaming/mystre ... -key-frame
s},dst=c:\inetpub\streaming\mystream-########.ts}'"}'
[00000306] main input error: cannot start stream output instance, aborting
[00000293] main playlist: nothing to play

Re: Live HTTP Streaming (iPhone) using VLC on windows XP

Posted: 21 Oct 2010 00:27
by araid
I think your error may be on the single quotes, as stated in this topic: viewtopic.php?f=4&t=80302

Did you finally get it working? Because I'm having some permissions trouble, maybe because I'm trying to do this locally, without IIS or any other server. Any advice?

Thanks

Re: Live HTTP Streaming (iPhone) using VLC on windows XP

Posted: 30 Mar 2011 01:12
by levidos
Did it work?
I can't get to make streaming work on windows.