![]() |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|||
|
Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming
I have finally reached the point of frustration that I wrote my own script address the issue that I can't download shows remotely from the BTV web interface on my Mac running Safari. Basically, the user interface works (with glitches) for most things, but the recorded shows function simply doesn't work. You can't even change pages. I am sure this is due to non-conforming javascript ... and most frustratingly, this issue is old, going back to the PVS 2.0 days.
Seeing as I didn't think this was likely to be fixed any time soon, I created a script on my linux machine, which mounts /mnt/hush (my hush quiet pc, running snapstream) and just creates a simple web page with the list of files. Here it is: #!/bin/sh cd $1 echo "<html><head><title>Snapstream Videos as of" `date`"</title></head>" echo "<body bgcolor="#ffffff"><center><table width="80%" border="1" cellspacing="0" cellpadding="2">" echo "<tr><td bgcolor="#006600" width="80%"><font size="2" color="white" face="Arial Black">Name</font></td><td bgcolor="#006600" width="10%"><font size="2" color="white" face="Arial Black">Date</font></td><td bgcolor="#006600" width="10%"><font size="2" color="white" face="Arial Black">Size</font></td></tr>" ls -lth *wmv | awk '{print "<tr><td bgcolor=\"#eeeeee\" width=\"80%\"><font size=\"2\" face=\"Arial,Helvetica,Geneva,Swiss,SunSans-Regular\"><A HREF=\"/snapstream/videos/"substr($0,57,length($0)-56)"\">"substr($0,57,length($0)-60)"</A></td><td bgcolor=\"#eeeeee\" width=\"10%\"><font size=\"2\"><font face=\"Arial,Helvetica,Geneva,Swiss,SunSans-Regular\">"$6" "$7"</td><td bgcolor=\"#eeeeee\" width=\"10%\"><font size=\"2\"><font face=\"Arial,Helvetica,Geneva,Swiss,SunSans-Regular\">"$5"</td></tr>"}' echo "</table></center></body></html>" This works fine, and is a simple solution to the problem. Feel free to use as you wish. Now, the question I have is, is it possible to use anything on Linux to stream these wmv files over the internet? I am looking for an approach that doesn't do progressive downloading, rather to actually stream the files. The Mac version of Windows media player is not very good, so something that VLC could support would be ideal, using the RTSP protocol... any thoughts? |
|
|||
|
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming
Never had a mac . I play with Debian . I hope you know the linux help sites.
google found this. http://www.linux.org/apps/AppId_7378.html http://www.turnstyle.com/andromeda/ This is a Windows / Linux / Mac app . google.com/linux .
__________________
P4 2.4Ghz - 512Megs , Hauppauge Wintv 401 , Hauppauge PVR 150 retail , Radeon 9600 , 17'' Monitor
|
|
|||
|
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming
That seems like a nice product, but I am looking for an open-source solution. Something using ffmpeg perhaps? FYI, the linux box that I am hosting the website from is running Mandrake 9.2.
|
|
|||
|
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming
For video streaming on linux, go look at videolan, www.videolan.org
This is a linux streaming solution with realtime conversion as well.
__________________
------------------------------ AMD 3000+ 1.5GB, 160GB main drive, 750GB archive, MythTV, HDHR for digital cable, PVR150 - Front Ends: XBMC xbox (2), XBMC windows (1 - running on BTV machine) |
|
|||
|
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Snapstream.Net friendly names | Parrothead | System Builders | 1 | 01-21-2007 07:10 PM |
| Snapstream.Net friendly names | Parrothead | Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum | 3 | 01-15-2007 11:47 AM |
| TIP: Make your LAN more friendly to Streaming | funchords | Beyond TV and Beyond TV Link | 0 | 07-04-2005 07:57 PM |
| PDA-friendly Snapstream.net page | tgpaul | Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum | 2 | 11-04-2003 05:28 PM |
| Streaming live TV over the internet; behind Linux firewall | easberry | Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum | 2 | 03-18-2003 01:12 PM |