SnapStream Forums

Go Back   SnapStream Forums > SnapStream Product Discussions > Beyond TV and Beyond TV Link
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 09-09-2004, 08:28 AM
Registered User
 
Join Date: May 2004
Posts: 24
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?
Reply With Quote
  #2 (permalink)  
Old 09-09-2004, 10:07 AM
Registered User
 
Join Date: Nov 2003
Posts: 248
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
Reply With Quote
  #3 (permalink)  
Old 09-09-2004, 01:32 PM
Registered User
 
Join Date: May 2004
Posts: 24
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.
Reply With Quote
  #4 (permalink)  
Old 09-09-2004, 01:37 PM
Registered User
 
Join Date: Jan 2003
Posts: 359
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)
Reply With Quote
  #5 (permalink)  
Old 09-09-2004, 01:49 PM
Brett's Avatar
l33t Beta Tester
 
Join Date: Feb 2003
Posts: 3,919
Send a message via AIM to Brett
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming

Quote:
Originally Posted by matt.hocker
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.
The webadmin was completely redone in 3.5 and works fine in Firefox (and I think Safari), plus is open source .

-Brett
__________________
A Sample of My Beyond Media Projects:

To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Browse and play your ROMS, Arcade Games, and PC Games within BM!


To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client!


To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Add PIN protection to any module in BM, including the settings!


To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Brings the BTV Recording Library into BM with full show details.
Reply With Quote
  #6 (permalink)  
Old 09-09-2004, 01:53 PM
Registered User
 
Join Date: May 2004
Posts: 24
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming

Great about the web server fixes... I await 3.5 with bated breath!
Reply With Quote
  #7 (permalink)  
Old 09-09-2004, 02:03 PM
Registered User
 
Join Date: May 2004
Posts: 24
Re: Snapstream: Safari-friendly Linux webpage generator... and a question about Streaming

Quote:
Originally Posted by crush157
For video streaming on linux, go look at videolan, www.videolan.org

This is a linux streaming solution with realtime conversion as well.
Thanks for the tip, but I don't think will work here. It seems that VLC is better suited to a LAN environment where you know the destination IP. I'm looking for something that I can click on a link and have the stream start up... something like rtsp://xxx.yyy.com/filename
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -6. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media