Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello there
I'm looking for a solution for streaming my webcam over rtsp and transcoding
I tried VLC for this but it doesnt support the TCP transport, only UDP
Then I tried FFmpeg. It transcodes well but fails to stream webcam
So now I'm looking for RTSP server which supports TCP transport and can be used in C#
I really want to use Live555 but I can't find any C# guides for it
So the summary, I can use FFmpeg for h264 transcoding and then output it to stdout but I need to stream it over RTSP using TCP transport

Thank you for help
Posted

1 solution

VLC steams with RTSP, check some sites on google "stream webcam vlc"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900