I have the RTP stream server without SDP value.

Attempting to save the image data via the server I came up the following results:.


- result

A description in SDP format is required to receive the RTP stream. Note that rtp:// URIs cannot work with dynamic RTP payload format (96).


===========================================================

-input command

ffmpeg -i rtp://214.X.X.X:48516 D:\\test5.mp4 


or


- program

AVFormatContext *ifmt_ctx = NULL ;

avformat_open_input(&ifmt_ctx, "rtp://214.X.X.X:48516", NULL, NULL) ;

....

don`t not go anymore

================================================================


SDP value without Is there any way I insert the option value that can be stored using a different method ?


When this option if the value that can be programmed to put the SDP value if there should be any need to use the API? 



_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to