Open GoogleCodeExporter opened 9 years ago
Original comment by pmerl...@googlemail.com
on 9 Dec 2009 at 9:59
in opencore, rtsp isnt support by default. you need to
#define BUILD_STREAMING_MANAGER_NODE 1 in pv_config.h to enable this function
in opencore build. this issue has nothing to do with sipdroid.
Original comment by yuxiao...@gmail.com
on 14 Dec 2009 at 8:53
thanks yuxiao, my testing phone is G1 from HTC with 1.5 firmware, and I also
tested
with 1.6 firmware from hiapk.com, the problem always occurs, do you mean we
have to
cross compile the opencore libraries to G1 by ourselves?
thanks and best regards.
Original comment by tuqingh...@gmail.com
on 14 Dec 2009 at 9:27
yes, at least it works for me.
Original comment by yuxiao...@gmail.com
on 20 Dec 2009 at 1:12
thanks yuxiao
I have try to #define BUILD_STREAMING_MANAGER_NODE 1 in pv_config.h in android
1.6(donut), but it also can't play vedio with the sipdroid.
which version you had used? Android 1.5 or Android 1.6?
thank you very much...
(by the way,are you chinese?)
Original comment by mhwg...@gmail.com
on 27 Dec 2009 at 1:28
sorry for the misleading because the previous message. I think I have made some
mistakes in testing. in my phone, it also doesnt work.
I checked the source code of VideoCamera.java and inCallscreen.java
in VideoCamera.java, it encodes video data as 103 (h263) and sent via rtp
packet.
in inCallscreen.java, it receives encoded video data, and sent as intent to let
mediaplayer to play it. (rtsp://xxx.xxx.xxx/port/Sipdroid)==>
(rtsp://xxx.xxx.xxx:port/Sipdroid), I doubt whether android mediaplayer could
play
it. I think android could play rtsp data source where it has rtsp server which
could
answer rtsp protocol inquiry. for example
url='rtsp://rtsp.youtube.com/youtube/videos/JzqumbhfxRo/video.3gp'
Original comment by yuxiao...@gmail.com
on 5 Jan 2010 at 3:19
[deleted comment]
This is correct and the way that RTSP streaming works on PBXes is that they
have an
RTSP server setup to stream the content to the phone. So right now I don't
think the
functionality is built into MediaPlayer on Android to take an RTP (not RTSP)
stream
and play it unless it's wrapped by RTSP.
Also I think this bug was incorrectly marked to be a duplicate of issue 106,
however
this is NOT the case, they are completely different (that is about not being
able to
stop the video), this is about not being able to play the video unless it's
from
PBXes.org.
Original comment by andy.blu...@gmail.com
on 24 May 2010 at 8:45
Maybe 3gp fileformat can't support realtime streaming.3gp/3g2 file is consist
of fragment,many fragments making a file,and mediaplayer can't start to play
until it has received at least one whole fragment.But on recorder side, the
file header and each fragment's header which contains offset information of
frames are created at the end of recording.So in my opinion you can use 3g2
file and rtsp to do streaming in which the 3g2 files have already been
restored in the server ,but not realtime streaming in which you have to play
while recording.
Original comment by liuqz....@gmail.com
on 13 Jun 2010 at 7:52
I have been lately trying to run video on Sipdroid with my FreeSWITCH server
and after investigation of SDPs thought Sipdroid gives wrong sdp on answering
the call not including video codec... and then I started searching Issues list
and relized it's not the case.
So I found this (Comments: 6,8) which explains current status and how Sipdroid
with video works - but only with pbxes.org.
Coudn't displaing RTP video stream be implemented in Sipdroid itself not using
Android libraries which apparently doesn't support RTP streams (obviously).
I am also sure this issue is not a duplicate of issue 106.
Having video feature using pbxes.org is great but it would be neat to have it
working on any possible server. Also it now works one-way when someone calls
from Sipdroid to X-lite or Linphone on a computer (using own Freeswitch server)
but not the other way when call is originated from X-lite or Linphone. Then
"Send Video" button on Sipdroid does not send video because Sipdroid's SDP when
answering the call ommits the video codec (as it is not supported of course).
Original comment by piotrek....@gmail.com
on 17 Jun 2010 at 9:34
Issue 409 has been merged into this issue.
Original comment by piotrek....@gmail.com
on 21 Jun 2010 at 2:06
anybody can tell me how sipdroid play the video rtp stream received? I searched
all web site, all issues and i don't find any information about this field.
best Regards,
André Barbosa.
Original comment by afilipeb...@gmail.com
on 2 Nov 2010 at 9:27
I have been testing sipdroid the last few days, and loving it. But I just
tried my first video call with sipdroid.
I am surprised and saddened that the author chose to do a unique, non-standard
RTSP implementation. This will never work with Cisco video phones (or any
other SIP video clients. Or other SIP providers. Or Asterisk.). I could do
packet traces to figure out how to install and configure a sipdroid-compatible
RTSP server, but then I'd still only have a solution that worked with sipdroid
and nothing else.
The PBXes marketing in the docs had me wondering if "sipdroid" was actually
"PBXes for android". And now I have my answer. :(
Original comment by dereks...@gmail.com
on 18 Dec 2010 at 10:44
Issue 493 has been merged into this issue.
Original comment by pmerl...@googlemail.com
on 31 Jan 2011 at 6:06
It's sad to see this issue hasn't been looked at for a whole year...
Will video over RTP be supported on all providers, or are you going to abandon
RTP alltogether?
Original comment by w...@critter.be
on 20 Mar 2012 at 4:19
Hello, I hava the same problem.
I use the mini acer liquid smartphone and Android V2.3. I can send the video
from the smartphone to the PC but I can not receive video from PC to
smartphones. I use x-lite on mac and FreePBX.
I do not know if I have a configuration problem, or if it is a limit Sipdroid.
I hope for your suggestion. I tried to find information on the web but with
poor results.
Original comment by giusican...@gmail.com
on 12 Jul 2012 at 10:30
Original issue reported on code.google.com by
tuqingh...@gmail.com
on 8 Dec 2009 at 3:26