streaming proxy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tasa3dit@caramail.com

    #1

    streaming proxy

    hi
    i've to develop a streaming proxy for rtsp and i've some questions :
    - how can i know from rtsp requests and responses if the stream is
    direct (live) or differred?
    - how can implement authentication mechanisms? i know there header for
    this but i don't know how (the clients connecting to the proxy must
    give a username/password)
    - how can i integrate mms and pna? is there any specification of these
    protocols?
    thx
  • Mark McIntyre

    #2
    Re: streaming proxy

    On 23 Feb 2005 04:50:36 -0800, in comp.lang.c , tasa3dit@carama il.com
    wrote:
    [color=blue]
    >hi
    >i've to develop a streaming proxy for rtsp and i've some questions :[/color]

    unfortunately none of your questions are C related. You might have better
    luck in either comp.programmin g, or a group specalising in realmedia.

    --
    Mark McIntyre
    CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
    CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt >

    ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
    ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

    Comment

    • CBFalconer

      #3
      Re: streaming proxy

      tasa3dit@carama il.com wrote:[color=blue]
      >
      > i've to develop a streaming proxy for rtsp and i've some questions :
      > - how can i know from rtsp requests and responses if the stream is
      > direct (live) or differred?
      > - how can implement authentication mechanisms? i know there header for
      > this but i don't know how (the clients connecting to the proxy must
      > give a username/password)
      > - how can i integrate mms and pna? is there any specification of these
      > protocols?[/color]

      This has nothing to do with the C language, and is off topic on
      c.l.c. I suggest you read the following links. BTW, the personal
      pronount 'I' is always capitalized in English.

      --
      Some useful references:
      <http://www.ungerhu.com/jxh/clc.welcome.txt >
      <http://www.eskimo.com/~scs/C-faq/top.html>
      <http://benpfaff.org/writings/clc/off-topic.html>
      <http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
      <http://www.dinkumware. com/refxc.html> C-library


      Comment

      Working...