FAQ  •  Register  •  Login

error in mediabrowser "hlsjs video file not found"

<<

martianw

Streaming enthusiast

Posts: 28

Joined: Fri Dec 14, 2012 2:49 pm

Post Thu Oct 26, 2017 4:48 pm

Re: error in mediabrowser "hlsjs video file not found"

Unfortunately I still have the same problem after compiling the source from the serviio downloads page:

  Code:
2017-10-26 17:46:19,892 WARN  [ServiioStatusService] IOException occurred. Returning error code 500 to the REST layer. Message: Transcoded file '/tmp/Serviio/transcoding-temp-46d34b15c1be273d5cfb82f5f23010bb.stf/playlist.m3u8' cannot be found, FFmpeg execution probably failed


  Code:
ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  configuration:
  libavutil      55. 34.101 / 55. 34.101
  libavcodec     57. 64.101 / 57. 64.101
  libavformat    57. 56.101 / 57. 56.101
  libavdevice    57.  1.100 / 57.  1.100
  libavfilter     6. 65.100 /  6. 65.100
  libswscale      4.  2.100 /  4.  2.100
  libswresample   2.  3.100 /  2.  3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Oct 28, 2017 2:17 pm

Re: error in mediabrowser "hlsjs video file not found"

post detailed log again
<<

martianw

Streaming enthusiast

Posts: 28

Joined: Fri Dec 14, 2012 2:49 pm

Post Sat Oct 28, 2017 2:55 pm

Re: error in mediabrowser "hlsjs video file not found"

Attached. Thanks.
Attachments
serviio.log
(483.55 KiB) Downloaded 433 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Oct 29, 2017 2:40 pm

Re: error in mediabrowser "hlsjs video file not found"

Did you compile it with libx264 linked?
<<

martianw

Streaming enthusiast

Posts: 28

Joined: Fri Dec 14, 2012 2:49 pm

Post Sun Oct 29, 2017 3:15 pm

Re: error in mediabrowser "hlsjs video file not found"

Not explicitly. I just did a default build. configure, make, make install.

I assume from the question I should have done?

Is this the right set of steps to follow?

  Code:
cd ffmpeg
./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-librtmp \
    --enable-libxvid --enable-libass
make
sudo checkinstall --pkgname=ffmpeg --pkgversion="99:$(date +%Y%m%d%H%M)-git" --backup=no \
  --deldoc=yes --fstrans=no --default
<<

martianw

Streaming enthusiast

Posts: 28

Joined: Fri Dec 14, 2012 2:49 pm

Post Mon Oct 30, 2017 4:37 pm

Re: error in mediabrowser "hlsjs video file not found"

It's working!

Some of the compile options wouldn't work for me, but removing them one by one produced a binary that seems to work (so far). This is what I ran:

  Code:
./configure --enable-gpl --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
make
sudo make install


Thanks for helping with this :-)
<<

jrtolle

Serviio newbie

Posts: 9

Joined: Wed Mar 06, 2013 7:14 pm

Post Mon Oct 30, 2017 9:03 pm

Re: error in mediabrowser "hlsjs video file not found"

I have this same issue, running Serviio behind a reverse proxy and getting this error when using MediaBrowser. Using DevTools, it turns out the m3u8 file that is downloaded which has the link to play the file references my internal server name instead of the external server name. Is there a way to force the m3u8 file to reference ONLY the external hostname (which is set correctly according to the Serviio console webpage)? Nothing on my internal network accesses Serviio via the local server name except for DLNA clients.

JR
<<

bunkerman

Serviio newbie

Posts: 8

Joined: Mon Aug 28, 2017 4:30 pm

Post Tue Oct 31, 2017 8:27 am

Re: error in mediabrowser "hlsjs video file not found"

as mentioned in https://bitbucket.org/xnejp03/serviio/i ... diabrowser the timeout is fixed. It will be implemented in v1.9.1? If yes, When will v1.9.1 be rolled out?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Oct 31, 2017 9:04 am

Re: error in mediabrowser "hlsjs video file not found"

1.9.1 is currently blocked by an upgrade to the HTML5 player component. Once that is fixed by the 3rd party, I'll release the final beta to testers. Hopefully within a few weeks.
<<

nubbel

User avatar

Serviio newbie

Posts: 17

Joined: Sat Jun 22, 2013 10:33 pm

Location: Austria

Post Tue Nov 21, 2017 10:44 am

Re: error in mediabrowser "hlsjs video file not found"

Just upgraded to the newest version and encountered the same issue.

Setup is identical, https reverse proxy.

Interested in an update as soon as possible, thank you very much for your great support!
FILEBITCH_18TB » CPU: AMD FX-8350 | RAM: Corsair 2x4GB 1600MHz CL8-8-8-24 | Mainboard: ASUS M5A99X EVO | SSD: 250GB Samsung 840 | RAID: Adaptec RAID 6805 | Storage: 6x3TB Western Digital RED @ RAID6
Image
<<

carlos49er

Serviio newbie

Posts: 2

Joined: Sat Dec 02, 2017 6:01 am

Post Sat Dec 02, 2017 6:16 am

Re: error in mediabrowser "hlsjs video file not found"

I was having the same issue and after reading the reply about the ffmpeg probably failing, I updated to latest ffmpeg build then the issue was resolved. thanks
<<

scicchi

Serviio newbie

Posts: 4

Joined: Fri Sep 01, 2017 6:50 am

Post Sat Dec 02, 2017 9:22 am

Re: error in mediabrowser "hlsjs video file not found"

@carlos49er

Would you be so kind to explain to a Linux ignorant where I can find the lastest ffmpeg build and how can I install it? Thanks
<<

atc98092

User avatar

DLNA master

Posts: 5205

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 02, 2017 2:48 pm

Re: error in mediabrowser "hlsjs video file not found"

scicchi wrote:@carlos49er

Would you be so kind to explain to a Linux ignorant where I can find the lastest ffmpeg build and how can I install it? Thanks


See the Linux support page. It includes many valuable tips. http://wiki.serviio.org/doku.php?id=howto:linux:install
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

fischse

Serviio newbie

Posts: 1

Joined: Sat Dec 09, 2017 7:40 pm

Post Sat Dec 09, 2017 7:56 pm

Re: error in mediabrowser "hlsjs video file not found"

Hello,

I'm publishing my Serviio using AD-FS and WAP (HTTPS -> HTTP:32424), since upgrading to 1.9 it does not work anymore (HTML5: Video File not found).
It looks like it's a known issue (viewtopic.php?f=5&t=23990).

Because i was not able to find any ressource to download a beta of 1.9.1 as qpkg (QNAP), i wanted to ask here if anybody know if betas of 1.9.1 are also available as qpkg (QNAP).

kind regards,
Sebastian
<<

atc98092

User avatar

DLNA master

Posts: 5205

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 09, 2017 8:42 pm

Re: error in mediabrowser "hlsjs video file not found"

To my knowledge, the betas are only available for Windows, Mac and Linux. The NAS versions are built and maintained by other users, and most likely they don't want to update their builds with beta software. Serviio most likely frowns on that as well. The beta users group allows Serviio to make sure beta versions aren't being used by people that might not understand they are using beta software, and the potential issues that might entail.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

coredump

Serviio newbie

Posts: 15

Joined: Sat Mar 15, 2014 9:13 am

Post Sun Jan 21, 2018 5:30 pm

Re: error in mediabrowser "hlsjs video file not found"

Dear Zip,

May I kindly ask for an update regarding the release of 1.9.1 ?

I'd like to re-enable IPTV (working till 1.6.1) as a backup source for my SAT antenna and unfortunately all my live streams (e.g. http://live-lh.daserste.de/i/daserste_d ... aster.m3u8) fail.

TIA
<<

reggiepdavison

Serviio newbie

Posts: 1

Joined: Sat Aug 06, 2011 12:42 am

Post Mon Jan 29, 2018 3:06 am

Re: error in mediabrowser "hlsjs video file not found"

I'll second that. Any update on 1.9.1?

This isn't effecting just live streams, the "hlsjs: Video file not found" error shows up occasionally for stored content as well.
The timeout needs to be increased IMHO.

coredump wrote:Dear Zip,

May I kindly ask for an update regarding the release of 1.9.1 ?

I'd like to re-enable IPTV (working till 1.6.1) as a backup source for my SAT antenna and unfortunately all my live streams (e.g. http://live-lh.daserste.de/i/daserste_d ... aster.m3u8) fail.

TIA
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 29, 2018 9:36 pm

Re: error in mediabrowser "hlsjs video file not found"

Almost done with 1.9.1, will go to the testers soon
<<

coredump

Serviio newbie

Posts: 15

Joined: Sat Mar 15, 2014 9:13 am

Post Sun Feb 18, 2018 10:19 am

Re: error in mediabrowser "hlsjs video file not found"

Still no luck with 1.9.1, error persistent "hlsjs video file not found"

ffmpeg as below:

[root@barney log]# /usr/local/bin/ffmpeg/ffmpeg --version
ffmpeg version N-89773-g7fcbebbeaf-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.4.0 (Debian 6.4.0-11) 20171206
configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Feb 19, 2018 9:52 am

Re: error in mediabrowser "hlsjs video file not found"

Is the error immediate or does it take a while to show up. Also, clean your browser cache to make sure you're getting the latest MB code
PreviousNext

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 25 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.