supernginx / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

smil with bwcheck #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. smil and bwcheck 3.1.4-dev2

What is the expected output? What do you see instead?
If you configure this in the .smil file doesn't work:
--> Content of file.smil:
<smil>
    <head>
        <meta base="rtmp://yourserver" />
    </head>
    <body>
    <switch>
        <video src="mp4:video-150" system-bitrate="150000"/>
        <video src="mp4:video-384" system-bitrate="384000"/>
        <video src="mp4:video-700" system-bitrate="700000"/>
    </switch>
    </body>
</smil>

<-- END OF FILE

What version of the product are you using? On what operating system?
flowplayer,smil and bwcheck are the latest files found in svn repository

Please provide any additional information below.
It's more practical to add the bitrate info inside of the .smil file 
instead of having multiple .smil files for multiple bitrates.

Original issue reported on code.google.com by codif...@gmail.com on 14 Apr 2010 at 8:12

GoogleCodeExporter commented 8 years ago
We should make our smil plugin compatible with this smil file format. We need 
to find out if it's possible to 
specify the video width and height values in those video elements. I guess at 
least Highwinds uses this kind of 
SMIL files.

Original comment by anssip@gmail.com on 30 Apr 2010 at 8:17

GoogleCodeExporter commented 8 years ago
This is working in the source, will close this. 

Original comment by dani...@electroteque.org on 29 Nov 2011 at 12:09