RTSP streaming client
in
Contributed Library Questions
•
3 years ago
Hello!
I'm trying to setup video streaming between a Max/MSP/Jitter patch and a Processing program. Jitter has a RTSP server object that can stream videos. Now, I need a way to receive that stream in Processing. Does the Processing video library supports RTSP streams?
I've tried the JMC video library ( http://www.mat.ucsb.edu/~a.forbes/PROCESSING/jmcvideo/jmcvideo.html) but the Java URL object does not seem to recognize the RTSP protocol. I've tried with the simple VideoURL example.
I've also tried the Java Media Framework application JMStudio. It connects to the server, but is unable to get the stream.
I know my Max patch is working properly because I can receive the feed in VLC... I just don't know what to use to receive it in Processing/Java.
Any idea, experience, example? Thanks!
I'm trying to setup video streaming between a Max/MSP/Jitter patch and a Processing program. Jitter has a RTSP server object that can stream videos. Now, I need a way to receive that stream in Processing. Does the Processing video library supports RTSP streams?
I've tried the JMC video library ( http://www.mat.ucsb.edu/~a.forbes/PROCESSING/jmcvideo/jmcvideo.html) but the Java URL object does not seem to recognize the RTSP protocol. I've tried with the simple VideoURL example.
I've also tried the Java Media Framework application JMStudio. It connects to the server, but is unable to get the stream.
I know my Max patch is working properly because I can receive the feed in VLC... I just don't know what to use to receive it in Processing/Java.
Any idea, experience, example? Thanks!
1