Skip to main content

alphaWorks  >  Forums  >  IBM Toolkit for MPEG 4  >  developerWorks

ISMA(RTSP) implementation?    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is answered.

Permlink Replies: 1 - Pages: 1 - Last Post: Sep 8, 2009 11:30 PM Last Post By: rogerNB Threads: [ Previous | Next ]
rogerNB

Posts: 2
Registered: Sep 04, 2009 02:02:40 AM
ISMA(RTSP) implementation?
Posted: Sep 07, 2009 01:48:13 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hi,

Does anyone implement ISMA(RTSP) successfully? I modify M4AppletSample.java by adding m4Player.setRTSPmode(PlayerControl.RTSP_AUTO). But always get return value: false. Could anyone kindly help me to fix this issue?

Thanks in advanced^^

M4AppletSample.java:
....
public void init()
{
....
m4Listen = new M4AppletSampleAdapter(); // Set up our listener
m4Player.addListener(m4Listen); // and register it
m4Player.setAutoSize(false);
m4Player.setScaling(scaling);
m4Player.setPlayerEndAction(endAction);

System.err.println("setRTSPMode result:"+ m4Player.setRTSPMode(PlayerControl.RTSP_AUTO );

....
}
rogerNB

Posts: 2
Registered: Sep 04, 2009 02:02:40 AM
Re: ISMA(RTSP) implementation?
Posted: Sep 08, 2009 11:30:27 PM   in response to: rogerNB in response to: rogerNB's post
 
Click to report abuse...   Click to reply to this thread Reply
Thanks to Steve Wood's help _
I use wrong sdk jar file(Only IBMISMAAppletForMpeg4SDK.jar &. IBMPlayerForMpeg4SDK.jar support RTSP/RTP).

thanks~

Point your RSS reader here for a feed of the latest messages in all forums