Skip to content

Can this library be used to receive an RTP stream without using RTSP? #920

Answered by steabert
Erikmmkarlsson asked this question in Q&A
Discussion options

You must be logged in to vote

It should be possible to only deal with RTP, but probably not without some modification. In such a case you could skip the RTSP parser component completely, and replace it with an RTP parser. After that you can directly feed a stream of RTP packets to e.g. H.264 depay component.

To make an RTP parser, you could e.g. start from the RTSP parser and remove anything unnecessary.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Erikmmkarlsson
Comment options

Answer selected by Erikmmkarlsson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants