Skip to content
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

Closed
a-wing opened this issue May 17, 2024 · 1 comment
Closed

Add rtp input/output sdp file support #140

a-wing opened this issue May 17, 2024 · 1 comment
Labels
enhancement New feature or request mod::whepfrom whepfrom mod::whipinto whipinto
Milestone

Comments

@a-wing
Copy link
Member

a-wing commented May 17, 2024

Look like ffmpeg out put SDP:

Display SDP content:

SDP:
v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
c=IN IP4 127.0.0.1
t=0 0
a=tool:libavformat 61.1.100
m=video 5004 RTP/AVP 96
b=AS:256
a=rtpmap:96 VP8/90000

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:

ffplay -protocol_whitelist rtp,file,udp -i stream.sdp
@a-wing a-wing added enhancement New feature or request mod::whipinto whipinto mod::whepfrom whepfrom labels May 17, 2024
@a-wing a-wing added this to the 0.6.0 milestone May 17, 2024
@a-wing a-wing mentioned this issue Jun 3, 2024
16 tasks
@a-wing
Copy link
Member Author

a-wing commented Jul 17, 2024

whipinto input sdp in 7886105

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]>
@a-wing a-wing closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod::whepfrom whepfrom mod::whipinto whipinto
Projects
None yet
Development

No branches or pull requests

1 participant