-
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 VP8 encoder and VP8 RTP output #1040
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend opening PR to docs (next branch) and start updating docs. Not necessarily what already landed, but potentially how the end result will look (up to you)
@@ -94,8 +94,23 @@ fn client_code() -> Result<()> { | |||
}), | |||
)?; | |||
|
|||
std::thread::sleep(Duration::from_millis(500)); | |||
start_gst_receive_tcp(IP, OUTPUT_PORT, true, true)?; | |||
//TODO only temporary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge other PR and replace before merging this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be cover in next PR #1046
No description provided.