-
Notifications
You must be signed in to change notification settings - Fork 194
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
fresh ubuntu 24.04 install but no video #169
Comments
I fixed it removing the apt pakage and compiling from the repo using:
|
Did the same, video is not coming through. Using iOS 17.4.1. Traceback for reference: Client identified as User-Agent: AirPlay/760.20.1
raop_rtp_mirror starting mirroring
Begin streaming to GStreamer video pipeline
0:00:06.605977697 44631 0x7f4d54080640 WARN xvimagepool xvimagepool.c:159:xvimage_buffer_pool_set_config:<xvimagebufferpool0> different size, stride and/or offset, update
0:00:06.610251728 44631 0x7f4d54080640 WARN xvimagepool xvimagepool.c:159:xvimage_buffer_pool_set_config:<xvimagebufferpool1> different size, stride and/or offset, update
0:00:06.612850581 44631 0x7f4d54080640 WARN xvimagepool xvimagepool.c:159:xvimage_buffer_pool_set_config:<xvimagebufferpool2> different size, stride and/or offset, update
0:00:06.613052016 44631 0x7f4d54080640 ERROR vaapivideomemory gstvaapivideomemory.c:254:map_vaapi_memory: failed to make image current
0:00:06.613079155 44631 0x7f4d54080640 ERROR default video-frame.c:168:gst_video_frame_map_id: failed to map video frame plane 0
0:00:06.613089750 44631 0x7f4d54080640 WARN xvimagesink xvimagesink.c:1038:gst_xv_image_sink_show_frame:<autovideosink0-actual-sink-xvimage> could not map image
0:00:06.613590982 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.488792329 deadline:0:00:06.488792329 earliest_time:0:00:06.546743423
*** X11 Windows: Use key F11 or (left Alt)+Enter to toggle full-screen mode
0:00:06.636124510 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.522124579 deadline:0:00:06.522124579 earliest_time:0:00:06.546743423
0:00:06.793313370 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.588789037 deadline:0:00:06.588789037 earliest_time:0:00:06.772066104
0:00:06.793862953 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.622121079 deadline:0:00:06.622121079 earliest_time:0:00:06.772066104
0:00:06.794010186 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.655453162 deadline:0:00:06.655453162 earliest_time:0:00:06.772066104
0:00:06.853496931 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.688785287 deadline:0:00:06.688785287 earliest_time:0:00:06.772066104
0:00:06.889046568 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.722118621 deadline:0:00:06.722118621 earliest_time:0:00:06.772066104
0:00:06.921193686 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.755451954 deadline:0:00:06.755451954 earliest_time:0:00:06.772066104
0:00:06.963866591 44631 0x7f4d54080640 ERROR vaapivideomemory gstvaapivideomemory.c:254:map_vaapi_memory: failed to make image current
0:00:06.963941472 44631 0x7f4d54080640 ERROR default video-frame.c:168:gst_video_frame_map_id: failed to map video frame plane 0
0:00:06.963973947 44631 0x7f4d54080640 WARN xvimagesink xvimagesink.c:1038:gst_xv_image_sink_show_frame:<autovideosink0-actual-sink-xvimage> could not map image
0:00:07.094181373 44631 0x559090e21000 WARN videodecoder gstvideodecoder.c:3670:gst_video_decoder_clip_and_push_buf:<vaapidecode0> Dropping frame due to QoS. start:0:00:06.822118621 deadline:0:00:06.822118621 earliest_time:0:00:06.880790721
0:00:07.094353292 44631 0x7f4d54080640 ERROR vaapivideomemory gstvaapivideomemory.c:254:map_vaapi_memory: failed to make image current
0:00:07.094363798 44631 0x7f4d54080640 ERROR default video-frame.c:168:gst_video_frame_map_id: failed to map video frame plane 0
0:00:07.094370268 44631 0x7f4d54080640 WARN xvimagesink xvimagesink.c:1038:gst_xv_image_sink_show_frame:<autovideosink0-actual-sink-xvimage> could not map image |
EDIT see #166 |
Thanks for the reply, will raise an issue in the appropriate repository. |
Hello, I've installed an ubuntu 24.04 on a new laptop ( 13th gen i7 raptor lake)
and getting this when start streaming from the ios
sound wotks fine but I can't see screen window (i think a pop up window must opens when stream starts)
What could I miss?
Thanks
The text was updated successfully, but these errors were encountered: