Score:1

Why can't receive rtp stream on Ubuntu?

bd flag

I am streaming the desktop over rtp using ffmpeg from computer A. Here is my ffmpeg code:

ffmpeg -f x11grab -framerate 25 -video_size 1920x1080 -i :1.0 -c:v libx264 -preset fast -pix_fmt bgr0 -b:v 3M -g 25 -an -f rtp_mpegts rtp://230.0.0.1:5005

I can play the live stream in vlc in the computer A in "rtp://@230.0.0.1:5005". But I can't play the stream from computer B that is in the same network with computer A. If I stream an mp4 file over http, than computer B is able to play it. What am I doing wrong here?

Nagmat avatar
nr flag
I couldn't see the file name on your command line? Where do you feed the file exactly?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.