This is an old revision of the document!
Table of Contents
Guide: Tips and Tricks to Viewing the Funday Pawpet Show
VLC under Linux/Windows
- Under Tools → Preferences…
(Simple Mode)
- select 'Input and Codecs'
- check 'Use RTP over RTSP (TCP)'
- Click Save
(Advanced Mode)
- Input/Codecs → Demuxers → RTP/RTSP
- check 'Use RTP over RTSP (TCP)'
- Click Save
Explanation (a.k.a. tech-talk)
Normally VLC will try to establish a UDP based stream, which would be better for network utilization and performance but isn't supported by most firewalls/routers. VLC would fall back on TCP connections normally but that also doesn't work every time. This option which is also known as “forsce RTP over TCP” will let VLC know not to use UDP but instead try a TCP based stream first.
Alternative way of opening the stream
If your version of VLC will not play the stream despite the settings mentioned above, you might get it to work with the following tweak:
- go to media → convert/save
- use the stream URL as input and click convert/save
- now check 'play locally' and select mov as the file type, go to video and select mpeg4 as the codec
This will “convert” and save the stream but since it will use a different decoder-pipeline it might work in situations where the direct play way might fail. (as verified by Gunuse aka Gunny Waffle)
QuickTime under Windows XP/Vista
Important! As of April 5th 2009 the MPEG-streams don't seem to work with older QuickTime versions. Version 7.6 has been verified to work.
Issue: Even though the stream isn't http QuickTime in Win32 uses the http proxy internet option of the OS to connect and fails if it isn't correct.
If your network has a requirement for an HTTP proxy, you have to verify the internet connection settings. QuickTime uses the OS defined proxy settings and will fail if the proxy doesn't handle the stream or your firewall doesn't allow you to connect directly.
In Control Panel → Internet Options → Connections → Click “LAN settings” (If you're running Vista, Internet Options in under Network and Internet in the Control Panel)
Verify that your HTTP proxy is set correctly (i.e. as your ISP told you) and - as an alternative - try again without the proxy by clearing the “Use a proxy server…” checkbox.
Using Livestreamer to watch Furstream in VLC (Windows)
- Install Livestreamer http://docs.livestreamer.io/install.html#windows-binaries
- It should find VLC automatically.
- Open Notepad.
- Paste the following WITHOUT QUOTES “livestreamer https://furstre.am/stream/FundayPawpet best –player-continuous-http”
- Save it on the Desktop as FPS.bat. (Make sure it's FPS.bat, not FPS.bat.txt)
- When ready to watch FPS, double click “FPS.bat”