-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rtp input/output sdp file support #140
Labels
Milestone
Comments
a-wing
added
enhancement
New feature or request
mod::whipinto
whipinto
mod::whepfrom
whepfrom
labels
May 17, 2024
whipinto input sdp in 7886105 |
Merged
a-wing
added a commit
that referenced
this issue
Jul 24, 2024
a-wing
added a commit
that referenced
this issue
Jul 24, 2024
* add feat whipinto rtsp * add feat whepfrom rtsp * fix rtsp error * fix rtsp stream pushing issue * Add sdp message support (#146) * Add sdp message support * Add sdp message support * fix clippy warnings * fix clippy warning * add whipinto rtp 'pkt_size'>1200 on h264 (#151) * Add sdp message support * Add sdp message support * fix clippy warnings * fix clippy warning * add whipinto rtp 'pkt_size'>1200 on h264 * add whipinto rtp 'pkt_size'>1200 on h264 * style: reformat code * add whipinto/whepfrom rtcp support (#182) * Add sdp message support * Add sdp message support * fix clippy warnings * fix clippy warning * add whipinto rtp 'pkt_size'>1200 on h264 * add whipinto rtp 'pkt_size'>1200 on h264 * style: reformat code * add whipinto/whepfrom rtcp support * style: format code using cargo fmt * feat(liveman): add file route/stream * cargo fmt * add whipinto rtsp client (#205) * add whipinto rtsp client * cargo clippy * add whipinto rtsp client * refactor RTSP session setup * fix(whipinto): fix rtsp server target * breeak change(whipinto): change cmd cli flags * fix(whipinto): rtsp auth * fix(whipinto): listener host address * Refactor credentials from RTSP URL * Format code with cargo fmt * refactor:enhanced server compatibility * Refactor RTSP session handling * update(docs): whipinto rtp input sdp file support #140 --------- Co-authored-by: Marsyew <[email protected]>
a-wing
pushed a commit
that referenced
this issue
Oct 1, 2024
Completed by the way #140 * add:whipinto/whepfrom audio support * add whipinto/whepfrom audio support * fix cargo fmt * fix cargo fmt * Remove redundant test file * fix whipinto single video/audio error * delete useless files * add whipinto/whepfrom aduio rtcp Co-authored-by: Marsyew <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Look like ffmpeg out put SDP:
Display SDP content:
Or use flag
-sdp_file
ffmpeg -re -f lavfi -i testsrc=size=640x480:rate=30 -vcodec libvpx -f rtp 'rtp://127.0.0.1:5004' -sdp_file stream.sdp
Input SDP
Look like ffplay:
The text was updated successfully, but these errors were encountered: