<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Stefan Kost wrote:
<blockquote cite="mid:4899B63B.5010206@hora-obscura.de" type="cite">
  <pre wrap="">Majdi Rawashdeh schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Stefan Kost wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">hi,

Majdi Rawashdeh schrieb:
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

I am new to gstreamer framework, I just finished reading the 
/Gstreamer Application Development manual (0.10.20.//1)/ I want to 
know if it is possible to do the following and any suggestions on how 
to start:
 
I want to transfer the ongoing streaming media from a computer to 
another computer. the media should continue playing on the new 
computer and stop playing on the old one without loosing any frames. I 
also need to be able to control the frames on the streaming server.
    
        </pre>
      </blockquote>
      <pre wrap="">if you also do the client, the client could connect to the new server 
and drop the connection to the old as soon as it has received data from 
the new. This all requires some effort on your side, so this won't be 
out of the box.

Stefan

  
      </pre>
      <blockquote type="cite">
        <pre wrap=""> 
please send my any suggestion...!
 
Regards
Majdi
------------------------------------------------------------------------
    
        </pre>
      </blockquote>
      <pre wrap="">Hi stefan,
  
      </pre>
    </blockquote>
    <pre wrap=""> Just to explain exactly what I am trying to do I have a mobile user 
watching video on computer A after a certain time the user wants to 
continue watching the same video on computer B - the video should  
start at computer B  from the current video position  not from the 
beginning of the video- keep in my mind i do not want to loose any 
frames when I transfer the video session.

Hopefully this gives you an idea what I am trying to develop using 
gstreamer .

    </pre>
  </blockquote>
  <pre wrap=""><!---->Ah, I misread this a bit. That should be possible too, but you would 
need a session. When you continue on the 2nd computer, you would need to 
tell the sever what session to continue. I have no idea if a feature 
like this existing already in session protocols (rtsp).
if so, you still have the issue how to transfer that 
session-identification from computer 1 to 2.

Stefan

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks
Majdi

------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a class="moz-txt-link-freetext" href="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a>
------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a class="moz-txt-link-freetext" href="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
hi,<br>
<br>
thanks for your help, I will read more and see what can be done<br>
<br>
Majdi<br>
</body>
</html>