<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>Hi Raymond, </div><div><br></div><div>Hope you will be fine and doing great. I am working in java web application and I simply want to play live streaming RTSP URL. I started working with QuickTime Java Library and on later I came to know that has been defecated and also Java media framework library.</div><div><br></div><div>Can you please tell me the possible options for this ?  Here I have this question that you may refer for further details.</div><div><a href="http://stackoverflow.com/questions/27548415/manipulating-and-processing-live-streaming-using-rtsp-streaming-url-inside-web-a" target="_blank">Manipulating and Processing Live Streaming using RTSP Streaming URL inside Web Application</a><br></div><div><br></div><div>I have used this code snippet but couldn't succeed:<br><br></div><div><div> MediaPlayerFactory mFactory = new MediaPlayerFactory();</div><div>        HeadlessMediaPlayer mPlayer = mFactory.newHeadlessMediaPlayer();</div><div>        </div><div>        String mrl = "rtsp://<a href="http://192.168.200.204/6c9614ae122a2851">192.168.200.204/6c9614ae122a2851</a>";</div><div>        </div><div>        String options = ":sout=#transcode{vcodec=h264,venc=x264{cfr=16},scale=1,acodec=mp4a,ab=160,channels=2,samplerate=44100}"</div><div>                + ":file{dst=C:/Users/public/videos/6c9614ae122a2851.mp4}";</div><div>        </div><div>        mPlayer.playMedia(mrl, options);</div></div><div><br></div><div>P.S. I am developing application on machine with windows OS. <span style="color:rgb(80,0,80);font-size:13px">And one more Important thing that I have streamed successfully using VLC and Quicktime Media player installed in my machine with Windows OS. Now, I simply want to play it programtically through my application.</span></div><div><br></div><div>Thanks for your time. Hope to see you soon.</div><div><br></div><div><div dir="ltr"><div>Best Regards,</div><div>Bilal Ahmed Yaseen</div><div><br></div></div></div></div></div>
</div>