Bryce

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Goto to stream starts downloading http://localhost:8081 #28876
    Bryce
    Participant

    Excuse me for being so ignorant, but i cannot find any “mobile view” setting in my standard android browser.

    in reply to: Can you use vlc-shares remotely over the internet #28866
    Bryce
    Participant

    Thanks, filling in my dyndns address helped!
    Using {%SERVER_NAME%} included the port (which in my case is not 80, e.g. 9000), resulting in something like rtsp://{WAN_IP}:9000:5554/android.sdp

    With the rtsp feed I was only able to play video with vplayer.

    A http://{WAN_IP}:8081 stream could be played in the default gingerbread player, after I ran the following java program:
    Intent i = new Intent (Intent.ACTION_VIEW);
    final String url=”http://{WAN_IP}:8081″;
    i.setDataAndType(Uri.parse(url),”video/*”);
    startActivity(i);

    If, however, I try to open a http://{WAN_IP}:8081 stream from the website (“Go to stream”) it says: “starting download” and “download failed”

Viewing 2 posts - 1 through 2 (of 2 total)

Login

Lost Password