<div dir="ltr"><div><div><div><div>I'm curious to know if anyone has gotten this to work.<br><br></div>I'm running Mythweb on Debian Jessie using packages from deb-multimedia (0.27.5-dmo2).<br><br></div>I've been quite happy with the with the FLV streaming from the Mythweb interface that I've been doing since 0.23(?)-ish. One of the things I've never gotten to work is the "Pop-out player" option. Searches on this indicate it isn't something anyone else has gotten to work either.<br><br></div><div>It seems to just bring up a new browser window with black background and black text:<br><br>


          
            

            
            
                flowplayer(
                    "player",
                    
"https://<<a href="http://myserver.org">myserver.org</a>>/mythweb/js/libs/flowplayer/flowplayer.swf",
 {
                    playlist: [
                        // this first PNG clip works as a splash image
                        {
                            url: 
'<a href="https://appalachian.dyndns.org/mythweb/tv/get_pixmap/shenandoah/2205/1443056400/640/360/-1/2205_20150924010000.mpg.640x360x-1.png">https://appalachian.dyndns.org/mythweb/tv/get_pixmap/shenandoah/2205/1443056400/640/360/-1/2205_20150924010000.mpg.640x360x-1.png</a>',

                            scaling: 'orig'
                            },
                        // Then we have the video
                        {
                            url: 
"https://<<a href="http://myserver.org">myserver.org</a>>:443//mythweb/pl/stream/2205/1443056400.flv",

                            duration: 3600,
                            autoPlay: false,
                            scaling: 'fit',
                            // Would be nice to auto-buffer, but we 
don't want to
                            // waste bandwidth and CPU on the remote 
machine.
                            autoBuffering: false
                            }
                        ]}
                    );
            

            <br></div><div><br></div>If someone has gotten it to work properly I would be quite interested in hearing about it. Do I need to make sure something is enabled in my browser like javascript? Or do I need to use a different FLV player (Flowplayer free 3.2.5 is the one that comes in this package) on the server?<br><br></div>James<br></div>