You Are Here:

Community: Developer Discussion Boards

#1 Old Streaming in Nokia 5300 - 2008-10-16, 08:56

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Dear All,

I treid to play the 3gp format songs through RTSP streaming in nokia 5300 device. Here it shows Media Exception Device Error. Like
(javax.microedition.media.MediaException: device error).I put the songs in server, from server i need to play the songs. Exactly what is the wrong i can't find out. If any one knows about this can u help me.. Plz... And i need also, in nokia 40series which devices is supporting the RTSP streaming?

Thanks&Regards,
Suresh A
Reply With Quote

#2 Old Re: Streaming in Nokia 5300 - 2008-10-16, 11:45

Join Date: Apr 2003
Posts: 6,408
Location: USA, CA
hartti's Avatar
hartti
Offline
Nokia Expert
5300 should support it
http://www.forum.nokia.com/document/...C5169200C.html

Maybe there are some mistakes in your code or therer is some problem in the stream...or you have not properly defined the access points for your MIDlet...

Hartti
Reply With Quote

#3 Old Re: Streaming in Nokia 5300 - 2008-10-16, 13:17

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
HI Hartti,

Even i try to play the song directly from web, That time also i got the alert message like no response. our url is...(rtsp://address:portno/songname.3gp). From web i gave this address but its not working. Please help me its very important for me. please....

Thanks&Regards,
Suresh A
Reply With Quote

#4 Old Question Re: Streaming in Nokia 5300 - 2008-10-16, 13:43

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by hartti View Post
5300 should support it
http://www.forum.nokia.com/document/...C5169200C.html

Maybe there are some mistakes in your code or therer is some problem in the stream...or you have not properly defined the access points for your MIDlet...

Hartti

Hi Hartti,

Thanks for reply .

As u were mentioning about the access points . I came to know that we can have to set the access points using the code .Can u please elaborate about that access point settings.

And one more thing is that the same code used for a series 60 mobile has been used for the series 40 .is it should work or should i make any changes in the code .

Can u give a possible solution for this.

If needed i am ready to share the code with u .


Thanks,
Suresh.
Reply With Quote

#5 Old Re: Streaming in Nokia 5300 - 2008-10-16, 15:06

Join Date: Apr 2003
Posts: 6,408
Location: USA, CA
hartti's Avatar
hartti
Offline
Nokia Expert
You said that the URL does not work in the Web either, so really there is some problem with your stream. Is your RTSP server setup properly?

No, you cannot set the access points through code in Series 40 phones.

Hartti
Reply With Quote

#6 Old Re: Streaming in Nokia 5300 - 2008-10-16, 16:35

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by hartti View Post
You said that the URL does not work in the Web either, so really there is some problem with your stream. Is your RTSP server setup properly?

No, you cannot set the access points through code in Series 40 phones.

Hartti
Hi Hartti,

Thanks again for the reply

sorry a little bit of confusion over here.Let me explain u the clear process of streaming which i have been working on.

-->first is that we have chosen the darwin streaming server for streaming the audio content.We have set the server the server in our server and checked with the browser , installed the quicktime player on the system. Its working fine with the player provided the rtsp protocol (streaming the audio placed in the server)
-->the second thing is in the client side coding i have used the same rtsp protocol for streaming and i have already mentioned that the streaming is working fine on series 60 mobiles.

My queries are:

-->When the song is made to stream directly without my application in the mobile browser it is streaming through the realplayer in series 60 mobiles and not working on series 40 mobiles(my device is Nokia 5300)

I doubt this is because of the realplayer installed in series 60 and not in series 40



Can u kindly consider these things a give me an accurate solution

As this solution may solve my urgeny for the demo application i am waiting the solution can u please look into this .

Thanks,
suresh .A
Reply With Quote

#7 Old Red face Re: Streaming in Nokia 5300 - 2008-10-17, 06:18

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by suribabuas View Post
Hi Hartti,

Thanks again for the reply

sorry a little bit of confusion over here.Let me explain u the clear process of streaming which i have been working on.

-->first is that we have chosen the darwin streaming server for streaming the audio content.We have set the server the server in our server and checked with the browser , installed the quicktime player on the system. Its working fine with the player provided the rtsp protocol (streaming the audio placed in the server)
-->the second thing is in the client side coding i have used the same rtsp protocol for streaming and i have already mentioned that the streaming is working fine on series 60 mobiles.

My queries are:

-->When the song is made to stream directly without my application in the mobile browser it is streaming through the realplayer in series 60 mobiles and not working on series 40 mobiles(my device is Nokia 5300)

I doubt this is because of the realplayer installed in series 60 and not in series 40



Can u kindly consider these things a give me an accurate solution

As this solution may solve my urgeny for the demo application i am waiting the solution can u please look into this .

Thanks,
suresh .A


Hi Hartti,

Please give me the response for this query.

Regards,
Suresh A
Reply With Quote

#8 Old Re: Streaming in Nokia 5300 - 2008-10-18, 01:06

Join Date: Apr 2003
Posts: 6,408
Location: USA, CA
hartti's Avatar
hartti
Offline
Nokia Expert
Are you trying to stream 3gp or realaudio format?
Do you have the preferred access point defined in your phone, as that's the one the MIDlets use (can any MIDlet connect successfully to the net... just testing with the browser is not enough)

Hartti
Reply With Quote

#9 Old Re: Streaming in Nokia 5300 - 2008-10-21, 07:10

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by hartti View Post
Are you trying to stream 3gp or realaudio format?
Do you have the preferred access point defined in your phone, as that's the one the MIDlets use (can any MIDlet connect successfully to the net... just testing with the browser is not enough)

Hartti
We are trying to stream the 3gp format.Yes we have the access point defined in the phone and we are able to connect through the midlet .Problem is that we are not getting any response when we connected through the midlet.(it shows connected and after sometime it gives a message saying ....no response).


Note:Even though we connect to the server through the mobile directly we are unable to stream the audio from the server .
(this is the case with the series 40 phones)

Regards,
Suresh A.
Reply With Quote

#10 Old Unhappy Re: Streaming in Nokia 5300 - 2008-10-21, 17:11

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by suribabuas View Post
We are trying to stream the 3gp format.Yes we have the access point defined in the phone and we are able to connect through the midlet .Problem is that we are not getting any response when we connected through the midlet.(it shows connected and after sometime it gives a message saying ....no response).


Note:Even though we connect to the server through the mobile directly we are unable to stream the audio from the server .
(this is the case with the series 40 phones)

Regards,
Suresh A.
.


Hi Hartti give me the exact response. is there any mobile configuration settings for streaming.or UDP ports is the problem? definitly i need to work streaming in nokia 5300. Please help me.

Regards,
Suresh
Reply With Quote

#11 Old Angry Re: Streaming in Nokia 5300 - 2008-10-22, 14:53

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Quote:
Originally Posted by suribabuas View Post
.


Hi Hartti give me the exact response. is there any mobile configuration settings for streaming.or UDP ports is the problem? definitly i need to work streaming in nokia 5300. Please help me.

Regards,
Suresh

Hi All,

For above two posts i didnt get any response. please see and give me the correct reponse please.

Regards,
Suresh A
Reply With Quote

#12 Old Re: Streaming in Nokia 5300 - 2008-10-27, 16:14

Join Date: Apr 2008
Posts: 4
citan
Offline
Registered User
I have exact the same problem but with 5310. It's a little bit annoying.

Manager returns that rtsp is supported but tried to stream m.youtube.com stream (and a few 3gpp, etc. through rtsp) and it didn't work. Although it works on native 5310 media player.

Nokia, anyone?
Reply With Quote

#13 Old Re: Streaming in Nokia 5300 - 2008-10-29, 10:10

Join Date: Oct 2008
Posts: 12
suribabuas
Offline
Registered User
Hi Mr Citan,
I cant understood in Nokia 5310 RTSP streaming working or not? Nokia 5310 is not a FP2 devices na. So through the url(http://www.forum.nokia.com/document/...C5169200C.html)only FP2 devices supported to RTSP streaming. But I tried to play the songs in Nokia 5300, Its not playing it shows the No response message.

So I don't know exactly If Nokia 5310 is supported to RTSP streaming or not. Sorry for any inconvenience.

Regards,
Suresh




Quote:
Originally Posted by citan View Post
I have exact the same problem but with 5310. It's a little bit annoying.

Manager returns that rtsp is supported but tried to stream m.youtube.com stream (and a few 3gpp, etc. through rtsp) and it didn't work. Although it works on native 5310 media player.

Nokia, anyone?
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Nokia N-Series Complete Model Line-Up Dopod General Discussion 6 2008-07-22 21:16
Nokia PC Connectivity能否链接到cdma手机上发送短信和其他操作? bborn Web Technologies and Multimedia Content- Web 技术和多媒体内容 2 2004-05-04 12:06

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomE2fforumE2fshowthreadE2ephpE3ftE3d134434X qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE44iscussionQ qdcZtypeQUqfntypeZE44iscussionContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZentertainmentQ qfnZtopicQUqfnTopicZj2meQ qfnZtopicQUqfnTopicZjavaQ qfnZtopicQUqfnTopicZmediaQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE44iscussionQ qfnZtypeQUqfntypeZE44iscussionContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE44iscussionQ qrdfZtypeQUqfntypeZE44iscussionContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ