I've implemented stream publish feature successfully in my Application but I couldn't play the stream. I've followed WebRTC play page creation tutorial which is in the documentation. It plays nothing when I run the html page using a server. Then I logged the object that is passing in WebRTCAdapter callback and found undefined. I also logged inside the play and stop function to see that the functions are called properly or not. Then I found that the functions are called properly.
I don't know how I can play the stream. Please help me.
Question
Tahmid Khandokar
Hello! There,
I've implemented stream publish feature successfully in my Application but I couldn't play the stream. I've followed WebRTC play page creation tutorial which is in the documentation. It plays nothing when I run the html page using a server. Then I logged the object that is passing in WebRTCAdapter callback and found undefined. I also logged inside the play and stop function to see that the functions are called properly or not. Then I found that the functions are called properly.
I don't know how I can play the stream. Please help me.
Thanks in advance.
here is my play.html
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
Sep 20
2
Sep 17
1
Sep 19
1
Top Posters For This Question
Selim 2 posts
Tahmid Khandokar 2 posts
Popular Days
Sep 20 2022
2 posts
Sep 17 2022
1 post
Sep 19 2022
1 post
Popular Posts
Tahmid Khandokar
Hello! There, I've implemented stream publish feature successfully in my Application but I couldn't play the stream. I've followed WebRTC play page creation tutorial which is in the documentation
Selim
Hi @Tahmid Khandokar, I have checked your codes. After I copy this files to under application, here are my changes: 1. I have added js to import code as this: import {WebRTCAdaptor} from
3 answers to this question
Recommended Posts