sp1062 / rtsplib-java

Automatically exported from code.google.com/p/rtsplib-java
GNU Lesser General Public License v3.0
0 stars 0 forks source link

How to get video data once PLAY has been successfully done? #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I have been able to connect to the server, and successfully receive responses 
for the DESCRIBE, SETUP and PLAY.

Once the PLAY is successful, how do I retrieve the actual video data from the 
server? The PLAYTest program does not show this. I will appreciate it if you 
can send me an answer. Thanks in advance and thanks for making this library 
available.

Zahir

Original issue reported on code.google.com by zahir_a...@yahoo.com on 29 Apr 2011 at 2:47

GoogleCodeExporter commented 9 years ago
hello,
i'm exactly in the same step as you,
did you found an answer to your question?
if yes please help me with this
thx in advance.

younes

Original comment by younes.k...@gmail.com on 26 Dec 2011 at 1:23

GoogleCodeExporter commented 9 years ago
HI , I have solve the problem ,cause in vlc server may contain "timeout" in 
session head,so rtsplib would send the "session+timeout" back to vlc server 
,but the server wont recognize ,so no stream.
you could find the resolution in my project:
http://code.google.com/p/android-rtsp-client/

Original comment by Peter880313 on 20 Dec 2012 at 2:30

GoogleCodeExporter commented 9 years ago
Sorry, for some reason when younes made an entry here, I dont think I saw an 
email. I did resolve this but not using this library. I wrote a client library 
that seems to work. I had found some code online somewhere and modified that. 
If still interested, I will be happy to share the code.

Original comment by zahir.a...@gmail.com on 21 Dec 2012 at 3:20