[gst-devel] How to save an ogv stream in a file
Carlos Eduardo Matos Ellery
carlos.ellery at gmail.com
Tue Jul 6 21:22:40 CEST 2010
Yes, Ben, I'm using cortado over HTTP and no success. I have apache
serving the following example page:
<html><body><h1>It works!</h1>
<applet code="com.fluendo.player.Cortado.class"
archive="http://theora.org/cortado.jar"
width="640" height="492">
<param name="url" value="http://localhost/arquivo5.ogv"/>
<param name="local" value="true"/>
<!--param name="duration" value="10"/-->
<param name="keepAspect" value="true"/>
<param name="video" value="true"/>
<param name="audio" value="true"/>
<param name="seekable" value="true"/>
<param name="live" value="false"/>
<!--param name="starttime" value="1659"/-->
<param name="autoPlay" value="true"/>
<param name="bufferSize" value="100"/>
</applet>
</body></html>
If I set the live streaming, it works. With the file the seek is
crazy, showing a wrong duration
:(
Regards,
Carlos Eduardo Matos Ellery
On Tue, Jul 6, 2010 at 4:09 PM, Benjamin M. Schwartz
<bmschwar at fas.harvard.edu> wrote:
> Content-Duration is tricky, but I don't think it's likely to interfere
> with Cortado. Cortado's support for file:// URIs is somewhat limited.
> Have you tried seeking in arquivo.ogv with Cortado over HTTP?
>
> --Ben
>
>
More information about the gstreamer-devel
mailing list