Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User jacky_romano's Avatar
    Join Date
    Oct 2006
    Posts
    16
    Hi All,
    I need to implement a j2me application that will take a real-time, continues video stream comming from a server and display it.

    From the information I saw so far about MMAPI (jsr-135) on S60_3rd and S60_3rd_FP1 implementations it seems that true streaming is only supported using RTSP protocol.
    Is this observation correct ?
    As I'm implementing both the server and the client (no interop with external apps is required) are there any other implementation options for me that wouldn't require me to implement an RTSP server ?

    Thanks,
    Jacky

  2. #2
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    yes only RTSP is supported (S60 3rd Edition FP1 supports also amr audio streaming over http...)

    You could use for example helix as your server
    http://en.wikipedia.org/wiki/Helix_(project)

    Hartti

  3. #3
    Registered User jacky_romano's Avatar
    Join Date
    Oct 2006
    Posts
    16
    Hartti, thanks for the clarification.

  4. #4
    Registered User milindnaik's Avatar
    Join Date
    Nov 2007
    Posts
    3
    Hi Jacky,
    We have developed a video streaming app using J2ME and darwin, if you need help please touch base.In fact we have also got DRM enabled and off line view count for download content.
    Regards
    Milind

  5. #5
    Registered User jacky_romano's Avatar
    Join Date
    Oct 2006
    Posts
    16
    milindnaik,
    The 'video stream' is generated internally by the application. I was hoping to avoid the RTSP/RTP protocol implementation in my server. aperantly this is the only way to go.
    Anyway, thanks for the offer,
    Jacky

  6. #6
    Registered User praveen.saini's Avatar
    Join Date
    Nov 2007
    Posts
    24
    public void run()
    {
    try
    {
    if(p != null){
    p.close();
    }
    p = Manager.createPlayer(fileName);
    p.addPlayerListener(this);
    p.realize();
    video = (VideoControl) p.getControl("VideoControl");
    videoItem = (Item)video.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE, null);
    videoItem.setLayout(Item.LAYOUT_CENTER);
    viewForm.deleteAll();
    video.setVisible(true);
    viewForm.append(videoItem);
    viewForm.addCommand(CMD_LIKE);
    viewForm.addCommand(CMD_NEXT);
    viewForm.addCommand(CMD_DISLIKE);
    viewForm.setCommandListener(this);
    p.start();
    p.addPlayerListener(this);
    System.out.println("------>>>>>>>>>>");
    display.setCurrent(viewForm);
    }catch(Exception ioe){
    ioe.printStackTrace();
    }
    }
    -Praveen Saini
    Catalytic Software
    praveen.saini@catalytic.com

Similar Threads

  1. Streaming Video Audio site - Invite to N95 Owners
    By zoovision in forum News, Announcements and Job Listings
    Replies: 6
    Last Post: 2011-03-11, 08:56
  2. Problem with video streaming using CVideoPlayerUtility
    By sajidul in forum Symbian Media (Closed)
    Replies: 3
    Last Post: 2007-07-18, 12:28
  3. Replies: 1
    Last Post: 2007-01-26, 12:18
  4. Video streaming: KErrNotFound
    By sajidul in forum Symbian Media (Closed)
    Replies: 2
    Last Post: 2007-01-16, 14:50
  5. code in video streaming???
    By bandana in forum Streaming and Video
    Replies: 1
    Last Post: 2006-02-28, 16:32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved