I am not sure about the default x264enc parameters, but you need to insure that it is using baseline, width/height/frame/bit rates all as specified by the android. I suspect that the defaults are not what the Android wants and probably if any is wrong the Android would reject it but VLC will deal with it. Can you get a log from the Android to see what it doesn't like?<br>
<br><div class="gmail_quote">On Thu, Aug 16, 2012 at 11:51 AM, John Ruemker <span dir="ltr"><<a href="mailto:john.ruemker@gmail.com" target="_blank">john.ruemker@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 08/15/2012 12:00 PM, John Ruemker wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I am trying to figure out a way to take a local video which may be in one of a few different formats (mkv, mp4, avi) and create an rtsp stream that can be viewed by android devices.  I've been playing around with gstreamer-rtsp-server, and using the test-readme.c example can create a stream from an mkv that is watchable in vlc, but android cannot process it:<br>

<br>
  gst_rtsp_media_factory_set_<u></u>launch(factory, "( "<br>
  "filesrc location=/home/user/project/<u></u>spider.mkv ! "<br>
  "decodebin name=dec dec. ! queue ! x264enc ! "<br>
  "rtph264pay name=pay0 pt=96 dec. ! queue ! audioresample ! audioconvert ! "<br>
  "alawenc ! rtppcmapay name=pay1 pt=97 "<br>
  ")");<br>
<br>
I'm guessing the way its encoded is not supported by android:<br>
<br>
<a href="http://developer.android.com/guide/appendix/media-formats.html#recommendations" target="_blank">http://developer.android.com/<u></u>guide/appendix/media-formats.<u></u>html#recommendations</a> <br>
<br>
While I have done a good bit of reading through the gstreamer docs and understand pipelines and such, I'll admit I don't know much about formats and codecs.  What sort of pipeline should I use to encode the video and audiostreams such that an android device would be able to play it back, per the requirements listed in the above link?<br>

<br>
Thanks for your help.<br>
<br>
-John<br>
</blockquote>
<br></div>
Hi,<br>
Anyone have any ideas on the above?  I'm just not sure how to go about encoding to meet the requirements that are laid out in the Android development guide.  Any assistance would be greatly appreciated.<br>
<br>
Thanks<div class="HOEnZb"><div class="h5"><br>
-John<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</div></div></blockquote></div><br>