final DataSource dataSource = new DataSource();
final MediaLocator mediaLocator = new MediaLocator("<rtp/rtsp media stream ip adress>");
dataSource.setLocator(mediaLocator);
dataSource.connect();
this.mediaPlayer = Manager.createRealizedPlayer(dataSource);
this code doesnt work with my rtsp / rtp media stream from an ip cam.
can somebody tell me why?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll be very interested for information about the previous mail.
Can JMF's RTP support be used with FOBS&FFMPEG decoder (for H.264) ?
Actually I'm trying to read RTP stream (muxed in MPEG/TS and encoded with H.264) and so far, I haven't found success stories :(
Thanks for any idea/suggestion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
final DataSource dataSource = new DataSource();
final MediaLocator mediaLocator = new MediaLocator("<rtp/rtsp media stream ip adress>");
dataSource.setLocator(mediaLocator);
dataSource.connect();
this.mediaPlayer = Manager.createRealizedPlayer(dataSource);
this code doesnt work with my rtsp / rtp media stream from an ip cam.
can somebody tell me why?
thanks
Hi,
I'll be very interested for information about the previous mail.
Can JMF's RTP support be used with FOBS&FFMPEG decoder (for H.264) ?
Actually I'm trying to read RTP stream (muxed in MPEG/TS and encoded with H.264) and so far, I haven't found success stories :(
Thanks for any idea/suggestion.
Hello guys,
has anyone some success with RTP/RTSP?
I want to read some RTSP stream for H.264. But before i am spending some time i want to know if it is possible or not.
thx <br>
algorismi