You're getting the same "not supported" failure? Then I guess whatever
you're trying to stream is not in a supported format.



2009/7/5 tstanly <tsai.sta...@gmail.com>:
>
> but i use rtsp like:
>
> myPlayer1.setDataSource("rtsp://....");
> myPlayer1.prepare();
> myPlayer1.start();
>
>
> it still failure too...:(
>
> On 7月6日, 上午11時23分, Marco Nelissen <marc...@android.com> wrote:
>> mms streaming is not supported, only http and rtsp
>>
>>
>>
>> On Sun, Jul 5, 2009 at 7:38 PM, tstanly<tsai.sta...@gmail.com> wrote:
>>
>> > hi all,
>>
>> > I try to recived rtsp or mms audio stream for a long time,
>> > simply use the code to recive audio stream:
>>
>> > myPlayer1.setDataSource("mms://....");
>> > myPlayer1.prepare();
>> > myPlayer1.start();
>>
>> > I search for this topic for all discussions,
>> > and get some conclusions from all discussions:
>>
>> > (a) sdk 1.1 not support for stream but sdk 1.5 could.
>>
>> > (b) someone says stream can't work on the emulator because the
>> > firewall issue.But in fact,my computer without firewall,and i also try
>> > in the htc G1 mobile but still can't work!(sdk 1.1)
>>
>> > (c)almost everyone got the same error from "prepare()" function.the
>> > error message from "adb logcat" i post bellow
>>
>> > E/PlayerDriver(  542): Command PLAYER_SET_DATA_SOURCE completed with
>> > an error or info PVMFErrNotSupported
>> > E/MediaPlayer(  741): error (1, -4)
>>
>> > can someone or android engineer give some tips?
>> > because i search for this topic long time,and no answer,no one can
>> > success.
>>
>> > thanks a lot.- 隱藏被引用文字 -
>>
>> - 顯示被引用文字 -
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to