-
Notifications
You must be signed in to change notification settings - Fork 537
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
Clopez/rpi compressed rebased #683
Open
piggy1924
wants to merge
26
commits into
EricssonResearch:master
Choose a base branch
from
Metrological:clopez/rpi-compressed-rebased
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Clopez/rpi compressed rebased #683
piggy1924
wants to merge
26
commits into
EricssonResearch:master
from
Metrological:clopez/rpi-compressed-rebased
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is required for the proper RTX implementation.
The previous version of the source bin had the capsfilter after the glcolorconvert element, triggering a caps negotiation issue. And without videoscale element the capsfilter is not very useful anyway. So now the video resize is performed before uploading to the GPU.
The owr_transport_agent_add_session function is now limited to storing the session in an internal list. The list is processed by a new owr_transport_agent_start function which will perform the necessary operations in one go to prepare the GStreamer pipeline and start playback. This change of behavior is needed for the RTP bundling support because the agent needs to be aware of all the sessions it will manage as soon as rtpbin starts prerolling.
We now differentiate session IDs and stream IDs. The streams represent what goes from/to the Nice GStreamer elements. When SDP bundle have been negotiated with a peer, the transport agent will now create a single Nice src and sink elements. If RTCP muxing is enabled, the RTCP packets will flow through these elements. Otherwise, new dedicated Nice src and sink elements are created.
Fixes EricssonResearch#572 Based on a preliminary patch by Adrian Bauer <agbauer@gmail.com>
Most tests don't require json-glib so we can enable them and build test-client only json-glib was detected on the host.
Replaced with a notify::source handler in the video renderer.
Can be used to probe the platform for a specific codec support.
error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
This seems to be an issue on linux with vp8dec too.
* When the RPi is configured with a resolution higher than 720p like 1080p, and some application requests OWRTC a full-screen video the requested source video resolution on the RPiCam can cause firmware fatal errors. * This happens with WebKit on AppRTC with the RPi configured on a 1080p display: mmal: mmal_vc_port_enable: failed to enable port vc.ril.video_encode:in:0(OPQV): EINVAL mmal: mmal_port_enable: failed to enable connected port (vc.ril.video_encode:in:0(OPQV))0x59c350 (EINVAL) mmal: mmal_connection_enable: output port couldn't be enabled ==== Error message start ==== Error in element video-source. Error: Internal data flow error. Debugging info: gstbasesrc.c(2948): gst_base_src_loop (): /GstPipeline:local-video-capture-source-bin-0/GstRpiCamSrc:video-source: streaming task paused, reason error (-5) * With this patch, AppRTC works fine on a 1080p screen with the RPiCam. The following GStreamer logs happen: DEBUG [...] RPiCam: Asked source video resolution of 2160x1080 WARN [...] RPiCam: The asked source video resolution was capped to 1440x720 to void mmal firmware related errors
This is enabled by setting the value of the environment variable OWR_USE_TEST_SOURCES to 'h264' or 'H264'. Any other value of the environment variable will enable the previous test sources with raw video format.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.