How are we supposed to use the vp8 stream option of web_video_server

asked 2018-11-10 14:12:10 -0500

IceSentry gravatar image

updated 2018-11-11 07:13:57 -0500

The docs on the wiki mentions a vp8 stream option, but I can't figure out how to consume it. I tried putting it as a source on a video tag but there's an extreme amount of lag which makes it unusable. I assume I'm doing something wrong, but I can't know since it's not really documented. Even a simple example would be great.

<video autoplay>
 <source src="http://localhost:8888/stream?topic=mytopic&type=vp8" type="video/webm">
</video>
edit retag flag offensive close merge delete

Comments

In general please provide a concrete example that you've tried. Ref. http://wiki.ros.org/Support#Do

130s gravatar image 130s  ( 2018-11-11 03:07:37 -0500 )edit
1

I edited my question with an example, but it's as I already said in it. I tried putting it directly in a video tag and it didn't work.

IceSentry gravatar image IceSentry  ( 2018-11-11 07:15:37 -0500 )edit

Still looking for guidance on how to use the vp8 stream. Unable to get an usable stream with the vp8 type. For instance, the quality param is specified as a default of "realtime", but how can we know what the other options are?

brian15co gravatar image brian15co  ( 2020-04-16 19:14:48 -0500 )edit