Top "Sdp" questions

The Session Description Protocol (SDP) describes multimedia sessions for the purpose of session announcement, session invitation and other forms of multimedia session initiation.

How to generate SDP file from FFMPEG

So, I have been working with FFMPEG on a project that involves streaming video from one computer to another across …

windows ffmpeg video-streaming rtp sdp
Playing RTP using VLC

I currently have an Android application that is capturing video from the camera and streaming it over RTP. I do …

vlc rtp sdp
Minimum SDP for making a H264 RTP stream?

I'm looking for an example of a minimum necessary SDP for setting up a H264 video stream.| The assumption is …

sip h.264 rtp sdp
How can I change the default Codec used in WebRTC?

I've been googling a way to change codec in Chrome's implementation of WebRTC, but there doesn't seem to be a …

webrtc sdp
How to decode sprop-parameter-sets in a H264 SDP?

What is the meaning of Base64 decoded bytes in sprop-parameter-sets in SDP for a h264 stream? How can I know …

base64 h.264 sdp
Identify h264 profile and level from profile-level-id in sdp?

In a SIP video call, the receiver of the video stream respond with the capabilities of its decoder. The parameter …

sip h.264 sdp
Stream RTP to FFMPEG using SDP

I get RTP stream from WebRTC server (I used mediasoup) using node.js and I get the decrypted RTP packets …

ffmpeg rtp sdp
How to integrate SIP into Android?

How to implement SIP protocol in Android ? there is any SDK or library available to implement it easily into Android?

android sip voip rtp sdp
Play a SDP file with VLC?

Goal Confirming that VLC can play a stream from a locally given SDP file. This appears to be possible based …

vlc sdp rtsp-client
WebRTC multiple video streams in same peerConnection

I am working on a WebRTC client and I would like to allow the clients to modify the ongoing audio/…

html5-video webrtc sdp