Home > other >  VLC player RTP SDP file, how to use the command line, or a c language program to write
VLC player RTP SDP file, how to use the command line, or a c language program to write

Time:12-05

Now use the MFC, there is no question of local video playback, eventually to achieve your RTP video playing under a machine, now do not know to want how to write, this configuration

CodePudding user response:

https://wiki.videolan.org/Documentation:Command_line/

CodePudding user response:

Upstairs links search "identifiers a network stream", began to see from there

CodePudding user response:

refer to the second floor MSTLQ response:
links search upstairs "identifiers a network stream", from there to see


This I'm dilettante, you say, only say how written agreement path, this parameter set the feeling is not enough, I SDP document as follows, using the page parameter can be set up?

V=2
M=1234 RTP/AVP 96 video
A=rtpmap: 96 H264
T=1, 2
A=framerate: 30
C=IN IP4 172.20.21.22
A=FMTP: 96 packetization - mode=1; Profile - level - id=420029

CodePudding user response:

refer to the second floor MSTLQ response:
links search upstairs "identifiers a network stream", from there to see


Thanks, train of thought was blocked, VLC SDK can directly open the SDP file, also thank you

CodePudding user response:

The building Lord, hello, I want to ask the VLC SDK directly open the SDP file should be how to operate?

CodePudding user response:

reference 5 floor qq_31916699 reply:
the building Lord, hello, I want to ask the VLC SDK directly open the SDP file should be how to operate?


Direct use of the open interface, use SDP file as ordinary as it is ok to open the video file

CodePudding user response:

The building Lord, hello, I want to ask the VLC SDK directly open the SDP file should be how to operate? Which is the specific interface? I use libvlc_media_new_path open a failure

CodePudding user response:

The
reference 7 floor LHaiTian response:
the building Lord, hello, I want to ask the VLC SDK directly open the SDP file should be how to operate? Which is the specific interface? I use libvlc_media_new_path open a failure


Just like open video file open, if you can't open, try to find a video file,

CodePudding user response:

My libvlc_media_new_path can open the local video playback, normal but cannot open the SDP file for playback, the building Lord how to load the SDP?
  • Related