[mythtv-users] 0.22-fixes: issue with mythweb/video

Warpme warpme at o2.pl
Sun Mar 21 17:51:33 UTC 2010


@Micke,


 >Yes it works, obviously you have all things configured under
 >http://<host>/mythweb/settings and flashplayer plugin in your browser,
 >right?

Isn't mythweb/video using its own flowplayer3.1.1 for playing streams ?

I still have issue with streaming or playing recordings via flowplayer.

Here is log from web server for entering details for given recording and 
trying playback in flowplayer window"

.................
192.168.1.1 192.168.1.254 - [21/Mar/2010:18:23:36 +0100] "GET 
/mythweb/tv/detail/5011/1269189900 HTTP/1.1" 200 34116 
"http://192.168.1.254/mythweb/tv/recorded" "Mozilla/5.0 (Macintosh; U; 
Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) 
Version/4.0.4 Safari/531.21.10"
192.168.1.1 192.168.1.254 - [21/Mar/2010:18:23:37 +0100] "GET 
/mythweb/tv/flowplayer-3.1.1.swf?0.6782986945472658 HTTP/1.1" 200 105984 
"http://192.168.1.254/mythweb/tv/detail/5011/1269189900" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 
(KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
192.168.1.1 192.168.1.254 - [21/Mar/2010:18:23:37 +0100] "GET 
/mythweb/tv/flowplayer.controls-3.1.1.swf HTTP/1.1" 200 25984 
"http://192.168.1.254/mythweb/tv/detail/5011/1269189900" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 
(KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
192.168.1.1 192.168.1.254:80 - [21/Mar/2010:18:23:43 +0100] "GET 
//mythweb/pl/stream/5011/1269189900.flv HTTP/1.1" 404 345 
"http://192.168.1.254/mythweb/tv/detail/5011/1269189900" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 
(KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
.................

Looking on page source I see:

....
<!-- this will install flowplayer inside previous A- tag. -->
<script>
                 flowplayer(
                     "player",
                     
"http://192.168.1.254/mythweb/tv/flowplayer-3.1.1.swf", {
                     playlist: [
                         // this first PNG clip works as a splash image
                         {
                             url: 
'http://192.168.1.254/mythweb/tv/get_pixmap/mythtv/5011/1269189900/320/240/64/5011_20100321174500.mpg.320x240x64.png',
                             scaling: 'orig'
                             },
                         // Then we have the video
                         {
                             url: 
"http://192.168.1.254:80//mythweb/pl/stream/5011/1269189900.flv",
                             duration: 3900,
                             autoPlay: false,
                             // Would be nice to auto-buffer, but we 
don't want to
                             // waste bandwidth and CPU on the remote 
machine.
                             autoBuffering: false
                             }
                         ]}
                     );
</script>
......

First URL (for PNG clip) works OK, but second is not (video).
 From detail.php I understand url in second (streaming invocation) is 
returned by video_url function.
I believe my system has still missing something and in result video_url 
function is returning wrong value.
I can't find code for this function for further analysis what is missing....

Asking for ASX streaming also return 404:

192.168.1.1 192.168.1.254:80 - [21/Mar/2010:18:50:13 +0100] "GET 
//mythweb/pl/stream/5011/1269189900.asx HTTP/1.1" 404 345 
"http://192.168.1.254/mythweb/tv/detail/5011/1269189900" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 
(KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"

br

-------------- next part --------------
A non-text attachment was scrubbed...
Name: warpme.vcf
Type: text/x-vcard
Size: 83 bytes
Desc: not available
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100321/26bbbbd1/attachment.vcf>


More information about the mythtv-users mailing list