let add_remote = {
request: “publish_remotely”,
room: myroom,
publisher_id: publishid,
secret: roomsecret,
remote_id: remote_id,
host: host,
port: parseInt(rtpporttext),
rtcp_port: parseInt(rtcpporttext),
};
ffmpeg -re -i 1.mp4 -an -vcodec libvpx -f rtp rtp://23.23.32.3:10010 -vn -acodec libopus -f rtp rtp://23.23.32.3:10011
run this cmd is ok. but the web client not see the video. use js to publish_remotely is ok.
can i use ffmpeg to push the video to the video room? how?