Opened 15 years ago
Closed 11 years ago
Last modified 11 years ago
#6935 closed Bug Report - General (Won't Fix)
200, Stream not found trying to play recording in the flash media player in mythweb.
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I can access ASX audio only, plays but sounds chipmunky, think this is codec related, and I can do a direct download. So this is not a duplicate of #6904. When I attempt to play video from flowplayer in mythweb I get the following error. 100, Stream not found, NetStream?.Play.StreamNotFound?, clip: '[Clip] 'http://myth.aokcc.org/mythweb/tv/detail/1062/pl/stream/1062/1251514800.flv
Attachments (3)
Change History (13)
Changed 15 years ago by
Attachment: | stream not found.png added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Same problem here. Removing /tv/detail from url gives me a flv download (and runs ffmpeg), so I guess the script is getting the wrong url (using the current url (/mythweb/tv/detail/) instead of /mythweb/).
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed 12 years ago by
Attachment: | stream_not_found.png added |
---|
comment:4 Changed 12 years ago by
still the same problem! asx stream to vlc works. stream not found in the flowplayer window!
comment:5 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → new |
comment:6 Changed 12 years ago by
Status: | new → infoneeded_new |
---|
Can you paste the two urls that are being generated? (FLV and asx)?
comment:7 Changed 11 years ago by
Resolution: | → Need more Info |
---|---|
Status: | infoneeded_new → closed |
No reply in 4 months. Please reopen if you can supply the requested info.
comment:8 Changed 11 years ago by
Resolution: | Need more Info |
---|---|
Status: | closed → new |
I am getting the "200, stream not found" error as described in this ticket and the associated screenshots. paulh requested some additional info, which I will provide:
FLV url (from /var/log/httpd/access_log): "GET /mythweb/js/libs/flowplayer/flowplayer.swf?0.16790115404896544 HTTP/1.1" 200 118914 "GET /mythweb/tv/lookup_metadata?title=Family%20Guy&subtitle=The%20Cleveland-Loretta%20Quagmire&inetref=75978&season=4&episode=5&allowgeneric=true HTTP/1.1" 200 8314 "GET mythweb/pl/stream/1122/1376953200.flv HTTP/1.1" 404 246
asx url (from mythweb): http://htpc.suomi.lcl//mythweb/pl/stream/1122/1376953200.asx
Additionally, when clicking on the Direct Download in mythweb, I get the following: The requested URL /mythweb/mythweb.pl/pl/stream/1122/1376953200 was not found on this server.
I am using the latest build by doing a "git pull" after doing: git clone -b fixes/0.26 git://github.com/MythTV/mythtv.git git clone -b fixes/0.26 git://github.com/MythTV/mythweb.git
Version Info: root@htpc:~# mythbackend --version Please attach all output as a file in bug reports. MythTV Version : v0.26.1 MythTV Branch : Network Protocol : 75 Library API : 0.26.20130225-1 QT Version : 4.8.2 Options compiled in:
linux release use_hidesyms using_alsa using_oss using_backend using_bindings_perl using_bindings_python using_bindings_php using_dvb using_frontend using_ceton using_hdpvr using_iptv using_ivtv using_joystick_menu using_libcrypto using_libxml2 using_libudf using_lirc using_mheg using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_v4l2 using_x11 using_xrandr using_xv using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_ffmpeg_threads using_live using_mheg using_libass using_libxml2 using_libudf
Additional version info for ffmpeg: root@htpc:~# ffmpeg ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
built on Jul 18 2013 14:19:23 with gcc 4.7.1 configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/man --disable-debug --enable-shared --disable-static --enable-pthreads --enable-libtheora --enable-libvorbis --enable-gpl --enable-version3 --enable-postproc --enable-swscale --enable-x11grab --enable-avfilter --enable-gnutls --enable-libcdio --arch=x86_64 --enable-libopenjpeg --enable-libmp3lame --enable-libfaac --enable-libxvid --enable-libx264 --enable-libschroedinger --enable-nonfree --enable-libgsm --enable-libvpx --enable-librtmp --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-frei0r --enable-libcelt --enable-libbluray --enable-libass libavutil 51. 54.100 / 51. 54.100 libavcodec 54. 23.100 / 54. 23.100 libavformat 54. 6.100 / 54. 6.100 libavdevice 54. 0.100 / 54. 0.100 libavfilter 2. 77.100 / 2. 77.100 libswscale 2. 1.100 / 2. 1.100 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100
Lastly, I'm using Slackware64 14.0.
root@htpc:~# uname -a Linux htpc 3.2.45 #2 SMP Fri May 31 20:14:55 CDT 2013 x86_64 Intel(R) Core(TM)2 Quad CPU @ 2.66GHz GenuineIntel? GNU/Linux
comment:9 Changed 11 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | new → closed |
Type: | defect → Bug Report - General |
Version: | head → Master Head |
The flash player has always been an experimental feature and it's not going to developed further now that we have an HTML5 version using the internal transcode.
comment:10 Changed 11 years ago by
I had someone else look at this with me and I have a solution. If anyone else is directed here with the same issue, maybe this will help. This is NOT a MythTV problem; rather, an Apache config problem. My apologies for wasting the developers' time.
In my apache config, I uncommented and modified the following lines:
AddHandler? cgi-script .cgi .pl (this line should already exist in the default config, but also as the .pl at the end)
Uncomment this line, as well (note I'm using a 64-bit version, hence "lib64" in the path): LoadModule? cgi_module lib64/httpd/modules/mod_cgi.so
Restart Apache.
typo on the error 200, Stream not found, NetStream?.Play.StreamNotFound?, clip: '[Clip] 'http://myth.aokcc.org/mythweb/tv/detail/1062/pl/stream/1062/1251514800.flv