Darwin tutorial

Discussion in 'HOWTO-Related Questions' started by astembridge, Feb 10, 2009.

  1. astembridge

    astembridge New Member

    Hi, thanks for the Darwin tutorial. Installation went smoothly and I am able to log in to administer the Darwin streaming server.

    According to the instructions:

    You can now test your install by opening QuickTime on a client (either Windows or the Mac) and using one of the sample files installed by Darwin.

    File > Open URL and type rtsp://yourip/sample_300kbit.mov​

    What is meant by "yourip" in the above example url? I assume the author means the Darwin server IP, but no matter what IP or domain I use, the same result is:

    Unable to open 'rtsp://170.140.225.111/sample_300kbit.mov'
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Yes, it's the IP of the Darwin server.
    What's the output of
    Code:
    ifconfig
    on the Darwin server?
     
  3. astembridge

    astembridge New Member

    [me@darwinserver ~]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:xx:xx:CB:4B:2B
    inet addr:xxx.xxx.xxx.111 Bcast:xxx.xxx.xxx.255 Mask:255.255.xxx.0
    inet6 addr: xxxx::xxx:xxxx:xxxx:xxxx/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:23666380 errors:0 dropped:0 overruns:0 frame:0
    TX packets:10898 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3430295711 (3.1 GiB) TX bytes:457932 (447.1 KiB)
     
    Last edited: Feb 11, 2009
  4. astembridge

    astembridge New Member

    falko did you see my reply?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    I think I sent you a PM.
     

Share This Page