web_video_server
web_video_server copied to clipboard
HTTP Streaming of ROS Image Topics in Multiple Formats
I hava read the wiki form http://wiki.ros.org/web_video_server. But I do not find something says about how to send multiple video. I am a java engineer. My team ask me to...
When migrated from ros_web_video the framerate option was removed. It should be restored.
I can see the image being published at http://localhost:9999/stream?topic=depthcloud_encoded&type=mjpeg. But whenever I try to use this url in the depthcloud node: ~~~ depthCloud = new ROS3D.DepthCloud({ url : 'http://localhost:9999/stream?topic=depthcloud_encoded&type=mjpeg', streamType...
The video server core dump when I start camera node, which publish camera/image type message. Then I realized I source my own setup.bash before I run web_video_server, I changed my...
I'm working on a project, where I want to publish video stream on required IP address. But for which I have to make changes in source code and build it...
In the usage chapter of the following link, http://wiki.ros.org/web_video_server This address is being shown as an example: http://localhost:8888/stream?topic=depthcloud_encoded&bitrate=250000&type=vp8 But it doesn't work because a strict rule is applied to topic...
For instance, I publishes topic in message type like below **string someInformation; sensor_msg/image wantToStream;** To the best of my knowledge, web_video_server streams only for rostopic, and cannot stream the image...
The builds are failing on Debian Jessie it looks to be related to calling an FFMPEG API call that is possibly different on Jessie. This looks like a similar issue...
Hallo, since last week the depth image streaming is not working any more and showing only black images, while the rgb image is still functional. I tried this on multiple...
There seems to be issues with other ROS packages that use OpenCV 3.2. I have many ros packages dependent on 3.2, but when running `rosrun web_video_server web_video_server `, the following...