adityathakurxd / flutter-live

A Flutter app to demonstrate Live Streaming built using 100ms SDK.
https://www.100ms.live/blog/flutter-live-stream
8 stars 2 forks source link

Unable to get Video as a Viewer #1

Closed Dev-Ayan-Dasgupta closed 1 year ago

Dev-Ayan-Dasgupta commented 1 year ago

When we try to join as a viewer, we are unable to get a video of the broadcaster. remoteTrack is returned as null, and I can only see No Video being displayed on my screen.

adityathakurxd commented 1 year ago

Hi, I have only added the viewer functionality recently, and might need some fixes. I recommend instead checking out the example app in 100ms-flutter here. It has the hls_viewer code you can refer.

Dev-Ayan-Dasgupta commented 1 year ago

Thank you, I have referred to the latest version of your project and am able to view a session. Cheers.