View Single Post
  #45  
Old 02-22-2013, 03:10 PM
elBradford elBradford is offline
Junior Member
 
Join Date: Jan 2013
Posts: 4
elBradford is on a distinguished road
Default

Re: Rtmpdump build for Android


Quote:
Originally Posted by danturner View Post
ElBradford,

Are you saying that rtmpgw is successfully streaming out data with a http get request from inside your app, and simply not playing back in videoview? I have been trying to use vitamio as a streamer by including the rtmpgw info as part of the http get request from vitamio, with rtmpgw running on a different machine. All i am getting is 'range request not supported' errors in rtmpgw. Did you manage to circumvent this problem?

Regards


Dan
Dan,

Sorry for the long delay. I don't have email notifications turned on apparently.

Yes, I got it running properly. I confirmed through adb shell and saw the process. I even saw the logs as it started converting the stream. What you might be experiencing is a problem with ports. Check out "ephemeral ports" or something like that. You need a good port # otherwise it won't have the proper permissions. If you can get a root adb shell then you can troubleshoot as root.

Have you had any further luck since you last posted?

Bradford
Reply With Quote