Page 1 of 1

[SOLVED] Stream not found

PostPosted: Wed Sep 12, 2012 5:38 pm
by thecoremc
Good Day

I'm running serviio 1.0.1 on ubuntu server 12.04. Everything works fine except for the media browser.

When I want to play a file through the browser I get this error :

200,STREAM not found,Netstream.Play.StreamNotFound, clip: '[Clip]'http://192.168.1.254:23424/cds/resource/251/MEDIA_ITEM/FLV-0/ORIGINAL,flv_player?authToken=ee129ca2c7ae4b20887a3fd613b1c379"

any help would be appreciated by fixing this issue. I've tried almost everything I have read on this forum, still no luck. :(

Re: Stream not found

PostPosted: Wed Sep 12, 2012 6:12 pm
by Illico
Nothing interesting in this log file.
Could you stop serviio service, delete the log file, restart serviio service, then start the same file?
And post log file here.

Re: Stream not found

PostPosted: Wed Sep 12, 2012 7:53 pm
by zip
try to update your flash plugin. Also try it from a different (Windows) machine.

Re: Stream not found

PostPosted: Wed Sep 12, 2012 11:25 pm
by jhb50
This is the previously reported error I get when attempting to replay or pause restart using Mediabrowser with default original quality. The log looks like the video is being played because only the Mediabrowser gets the flash not found error.

Re: Stream not found

PostPosted: Thu Sep 13, 2012 7:59 am
by thecoremc
I have stopped the service and deleted the log file.

Started it up again and tried to play a video again.

attached is the log file. There is more than one log file, don't know why (serviio.log.1, serviio.log.2, etc)

Re: Stream not found

PostPosted: Thu Sep 13, 2012 8:12 am
by Illico
thecoremc wrote:There is more than one log file, don't know why (serviio.log.1, serviio.log.2, etc)

Because automatic refresh is enable, and you have a big libray, so big log file (cut in 500K multiple files). With the latest you post, we don't have the information when you start playing the stream.
Could you disable libray refresh ? uncheck orange box. http://wiki.serviio.org/doku.php?id=ser ... _explained
Then retry clean log file and restart serviio service...

Re: Stream not found

PostPosted: Thu Sep 13, 2012 8:44 am
by thecoremc
I now have deleted all the log files and disabled the orange box like requested.

Restarted serviio service.

Played the video again.

only one log file showing now. posted log file

Thank you so much for the help

Re: Stream not found

PostPosted: Thu Sep 13, 2012 9:35 am
by Illico
2012-09-13 10:39:16,583 DEBUG [ProcessExecutor] Starting ffmpeg -i .....
2012-09-13 10:39:16,598 WARN [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-09-13 10:39:16,598 DEBUG [TranscodingJobListener] Transcoding finished; successful: false

Ok, ffmpeg crashed.
Could you try the same command line in a windows terminal, and post the ffmpeg log result here?

ffmpeg -i "/media/MuvieZ/MuvieZ/Blu-Ray/720p/12 Rounds UNRATED 720p BluRay x264-iNFAMOUS.mkv" -y -copyts -c:v copy -c:a libmp3lame -b:a 192k -ar 44100 -ac 2 -map 0:0 -map 0:1 -sn -f flv "/serviio-1.0.1/library/db/tmp/Serviio/transcoding-temp-64-flv_player-ORIGINAL.stf"

What is your ffmpeg version ? Could you update with latest git version or with this one : http://www.serviio.org/download ?

Re: Stream not found

PostPosted: Thu Sep 13, 2012 11:08 am
by thecoremc
I do have the latest ffmpeg version from the site : http://www.serviio.org/download

I'm not sure how to run the command in windows terminal, as serviio is running on my Linux machine.

Re: Stream not found

PostPosted: Thu Sep 13, 2012 12:10 pm
by Illico
thecoremc wrote:I'm not sure how to run the command in windows terminal, as serviio is running on my Linux machine.

I'm not a linux man, but I suppose you can open a terminal shell and execute the ffmpeg command.
You probably have to move to ./serviio/lib/ directory to execute the same command line.

Re: Stream not found

PostPosted: Thu Sep 13, 2012 5:32 pm
by thecoremc
I ran it in the terminal and got an error : Unknown encoder 'libmp3lame'.

Any idea how to fix this

attached is the full discription

Re: Stream not found

PostPosted: Thu Sep 13, 2012 6:32 pm
by Illico
OK, so the problem is that you don't have the proper version of ffmpeg, on need to add the "libmp3lame" library.
If you read : http://www.serviio.org/download
This release includes FFmpeg compiled using this source code, libRTMP 2.4 compiled using this source code and Lame MP3 Encoder (v. 3.98) compiled using this source code.


I'm not a linux specialist, so don't really know how to compile ffmpeg with these library...
Try with that : http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux

Re: Stream not found

PostPosted: Thu Sep 13, 2012 7:48 pm
by thecoremc
Thank you so much. It's working now. I have done this before but didn't notice the HUGE red stop sign saying only a certain FFmpeg version works for serviio :

(This guide uses latest FFmpeg source, Serviio is tailored to work with a certain version though - the source can be downloaded at http://www.serviio.org/download) :roll:

and also when I compiled it earlier I only used ./configure instead of : :mrgreen:

./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb \
--enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 \
--enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx \
--enable-librtmp --enable-libxvid


Once again thank you for your patience and guidance through this issue.

Enjoy! :D

Re: Stream not found

PostPosted: Fri Sep 14, 2012 9:36 am
by Illico
thecoremc wrote:Once again thank you for your patience and guidance through this issue.

Great, enjoy it !
Topic solved.

Re: [SOLVED] Stream not found

PostPosted: Fri Dec 28, 2012 8:11 pm
by ktallakson
I'm using Serviio 1.1 and I've had the same "200, Stream not found" error. It turned out to be spaces in the path sent to ffmpeg. I ran Serviio in debug logging mode and noticed that the path supplied to ffmpeg did not have quotes around it. I renamed my source file without spaces and everything works.