Streaming Video From Android

10,788

Right click on the packet in Wireshark and select the decode as option. Then select rtp. Now you can see RTP packets in Wireshark.

Share:
10,788

Related videos on Youtube

plazm
Author by

plazm

Updated on November 30, 2020

Comments

  • plazm
    plazm over 3 years

    I'm trying to stream video from the Android phone, which should be watched in an mediaplayer. I've been looking at http://www.mattakis.com/blog/kisg/20090708/broadcasting-video-with-android-without-writing-to-the-file-system which seems to be a dead end since it send the raw file data, and not a streamable format.

    Then I tried using some code from SipDroid, more specific; parts of VideoCamera.java, RtpPacket.java and RtpSocket.java, which gives a stream on UDP, however these is not playable in i.e. mplayer(can't detect the codec). Wireshark tells that it is a UDP packet and not a RTP packet so something might be missing?

    I'm kind'a stuck, have you any suggestions how to get past this bump?

    • Pritam
      Pritam over 13 years
      Did you get any solution on this problem ?
    • Stevy888
      Stevy888 about 13 years
      What URI are you trying to stream from? The media player will only be able to stream from files using certain protocols
  • Marcus Wolschon
    Marcus Wolschon almost 12 years
    Not a solution. The issue is "stream video FROM the Android phone", not TO the Android phone.