Hello,
I’m trying to run the live streaming example on my server but in the browser it keeps telling me: “Failed to play test.stream; stream not found.”
The file test.stream is in the content folder, and still it fails to find it for some reason, I’ve followed the tutorial precisely.
There are no errors in the logs and in the console the info I get is:
INFO session connect-pending x.x.x.x -
INFO session connect x.x.x.x
INFO stream create
The simple video streaming example works fine and it plays the sample video from the content folder without any problems, however the live example fails to find the live test.stream file eventhough it’s on the same folder, I tried renaming but same thing.
Please help, I’m stuck. I’ve disabled the firewall, but no difference, in the browser it keeps saying that the file isn’t found.
test.stream might be test.stream.txt. Windows hides known extensions, so it might not be obvious
Richard
You probably have “sanjosestreamingpacketizer” set in the /conf/[app-name]/Application.xml /Streams /LiveStreamPacketizers. This should be empty for vod, like this
<LiveStreamPacketizers></LiveStreamPacketizers>
Richard
Apparently the default folder in Application.xml wasn’t right, now it works thanks
However, it’s playing the stream only if I send it to port 10000, if I change the port for example to 10001 from the publishing software and in the .stream file it doesn’t work. Firewall is off. Can you please advise?
Changing the ip number in the .stream file from 127.0.0.1 to the server ip did it
Is it a bad practice to allow different users to stream to the server via different ports simultaneously?
I also noticed that the streaming missed a lot of chunks and the output wasn’t that good, even when I streamed a small mp3 file. Is it because I’m using UDP (in the .stream file udp://x.x.x.x:10000), is there a more reliable alternative?
Thanks guys
Richard,
I´m getting this error when I´m trying to acess this URL:
http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342
The Wowza log write this to me
2012-03-02 14:55:25 BRT comment server INFO 200 - LOG: MediaStreamFileMapperBase CREATED -------------------------- - - - 717.1 - - -- - - - - - - - - - - - - - - - - - - - - -
2012-03-02 14:55:25 BRT comment server INFO 200 - ------StreamFileMapper-------StreamFileMapper CUSTOM - - - 717.101 - - - - -- - - - - - - - - - - - - - - - - - - -
2012-03-02 14:55:25 BRT comment server INFO 200 - onAppStart: vod/_definst_ - - - 717.101 - - - - - - - -- - - - - - - - - - - - - - - - -
2012-03-02 14:55:25 BRT app-start application INFO 200 _definst_ vod/_definst_ - - - 717.112 - - - - - - -- - - - - - - - - - - - - - - - - -
2012-03-02 14:55:25 BRT connect sanjose INFO 200 550327819 - _defaultVHost_ vod _definst_ 0.127 dev.streaming.imusicalab.com.br 1935 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342 201.76.186.70 http (sanjose) - VLC/2.0.0 LibVLC/2.0.0 550327819 0 0 - 0 - - para-no-perderte.mp3 =3917239=ispreview=webdevmx.imusica.com.br=27342 - - - - http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m =3917239=ispreview=webdevmx.imusica.com.br=27342 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m =3917239=ispreview=webdevmx.imusica.com.br=27342
2012-03-02 14:55:25 BRT create stream INFO 200 para-no-perderte.mp3 - _defaultVHost_ vod _definst_ 0.099 dev.streaming.imusicalab.com.br 1935 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342 201.76.186.70 http (sanjose) - VLC/2.0.0 LibVLC/2.0.0 550327819 0 0 1 0 0 0 para-no-perderte.mp3 =3917239=ispreview=webdevmx.imusica.com.br=27342 - - - - http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m =3917239=ispreview=webdevmx.imusica.com.br=27342 http://dev.streaming.imusicalab.com.br:1935/vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m =3917239=ispreview=webdevmx.imusica.com.br=27342
2012-03-02 14:55:25 BRT comment server INFO 200 - onHTTPSessionCreate: para-no-perderte.mp3 - - - 0.228 - - - - - -- - - - - - - - - - - - - - - - - - -
2012-03-02 14:55:25 BRT comment server WARN 200 - HTTPStreamerAdapterSanJoseStreamer.getAppInstance: Stream not found [vod/_definst_/mp4:para-no-perderte.mp3/manifest.f4m?=3917239=ispreview=webdevmx.imusica.com.br=27342]: para-no-perderte.mp3 - - - 0.228 - - - - - - - - - - - -- - - - - - - - - - - - -
20
Any ideas? I´m kind of stuck in this problem.