We Have worked with a solution of streaming webrtc video using nodejs websocket server, browser as one peer and C++ as another peer.
We are fetching RTSP stream from VLC player.
C++ application is converting stream from RTSP to WebRTC.
This solution was working very fine and I am able to see the webRTC stream video on browser.
Now I have changed the server from Node.js websocket to C# websocket. Another applications are same and it should work find. But I am not able to see the WebRTC stream on browser although the video container is created.
Member
3 Points
7 Posts
C# WebSocket is not streaming video
Nov 07, 2019 01:57 PM|rajkumar.private|LINK
We Have worked with a solution of streaming webrtc video using nodejs websocket server, browser as one peer and C++ as another peer.
We are fetching RTSP stream from VLC player.
C++ application is converting stream from RTSP to WebRTC.
This solution was working very fine and I am able to see the webRTC stream video on browser.
Now I have changed the server from Node.js websocket to C# websocket. Another applications are same and it should work find. But I am not able to see the WebRTC stream on browser although the video container is created.
Can anyone help me in this regard.
Contributor
2740 Points
782 Posts
Re: C# WebSocket is not streaming video
Nov 08, 2019 06:11 AM|Yongqing Yu|LINK
Hi rajkumar,
According to your description, I am not sure where the issue you mentioned is specific.
I suggest that you provide detailed code for our reference, which will help us solve your problem more easily.
Best Regards,
YongQing.
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Participant
1866 Points
926 Posts
Re: C# WebSocket is not streaming video
16 hours, 36 minutes ago|Khuram.Shahzad|LINK
Please check the Method 5:
https://flashphoner.com/7-ways-to-stream-rtsp-on-the-page/