awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

[Question] Video Playback (Signaling channels) - Python #67

Closed Khoronus closed 3 years ago

Khoronus commented 3 years ago

Is it possible to retrieve the video stream like realtime playback through WebRTC?

Similar to the question at: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-android/issues/11

If it is possible, can you give me some tips, advise, or information about how to implement in python? I would like to retrieve the video sent from this SDK as master to a python viewer, like the Media Playback Viewer in the "Kinesis/Signaling Channels"

SignalingChannels-MediaPlaybackViewer

disa6302 commented 3 years ago

@Khoronus ,

Your viewer can receive frames from the master peer and to view the video, you will have to tie it with a GStreamer pipeline or callbacks programatically. Closing assuming answered.

Your viewer could be anything, as long as it is tied to a proper media viewing tool.