Publish mp4 video

Hi
Is there any way to publish a video like a movie?

Hello,

Pretty easy using:

  1. RTSP server (for example this one)

  2. ffmpeg to play the movie (ex: ffmpeg -re -stream_loop -1 -i ./movie.mp4 -c copy -f rtsp rtsp://[RTSP_SERVER_ADDR]:8554/movie ) - depending on the used codecs transcoding to VP8/H264 may be required

  3. OpenVidu RTSP connection (IP camera)

Good luck,
Mihail

I mean we want to publish a movie over openVidu server. for example, I want to choose a media or movie file and publish it to all subscribers. I don’t want to use any other tools like FFmpeg.

@mihailj described the best solution you can use right now with the current version of OpenVidu.

Best regards