Forum: SageTV Customizations
04-11-2010, 12:21 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-31-2010, 11:46 AM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-30-2010, 07:55 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-30-2010, 05:47 PM
|
Replies: 72
Views: 53,935
No, that didn't work.
The issue with this is...
No, that didn't work.
The issue with this is that VLC seems to like/need to know your destination IP and port before your client has made the connection. As soon as I started this instance of...
|
Forum: SageTV Customizations
03-30-2010, 01:57 PM
|
Replies: 72
Views: 53,935
@weedydeed,
See early in the thread...
@weedydeed,
See early in the thread about configuring mime types in jetty. Your issue there is that the file is coming down as the wrong mime-type since jetty doesn't know what to make of an...
|
Forum: SageTV Customizations
03-30-2010, 11:44 AM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-30-2010, 07:56 AM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-29-2010, 09:51 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-29-2010, 09:19 PM
|
Replies: 72
Views: 53,935
other random notes
Good list of android supported video/audio formats:
http://developer.android.com/guide/appendix/media-formats.html
No info on playlist / metadata file formats, though. Probably specific to...
|
Forum: SageTV Customizations
03-29-2010, 08:53 PM
|
Replies: 72
Views: 53,935
I think I'm fighting a basic problem on the...
I think I'm fighting a basic problem on the android in that it doesn't seem to be handling the playlist correctly. It's nearly impossible to tell from the logs, but I'm wondering at this point if...
|
Forum: SageTV Customizations
03-29-2010, 07:46 PM
|
Replies: 72
Views: 53,935
Trying to verify that I'm using the correct...
Trying to verify that I'm using the correct encodings on the VLC command line. My handbrake command line is:
"C:\Program Files (x86)\Handbrake\HandBrakeCLI.exe" -i "%INFILE%" -t 1 -c 1 -o...
|
Forum: SageTV Customizations
03-28-2010, 06:25 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-28-2010, 06:15 PM
|
Replies: 72
Views: 53,935
strange
With snapshot 50 installed (stopped sage, installed war file over my existing war, restarted sage), I get the following when I click on the link on the phone:
GET...
|
Forum: SageTV Customizations
03-28-2010, 05:41 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-28-2010, 01:15 PM
|
Replies: 72
Views: 53,935
possible workaround
Could you substitute '&' and '=' with some other character that'll survive the normal URL parameter parsing? (maybe "_" and I don't know.. "~") Then restore the proper URL here with string replace...
|
Forum: SageTV Customizations
03-28-2010, 01:07 PM
|
Replies: 72
Views: 53,935
bahhhhg!
Here's what one of the links looks like when I view the source from windows/chrome:
<a...
|
Forum: SageTV Customizations
03-28-2010, 01:05 PM
|
Replies: 72
Views: 53,935
broken url encodings
I think I figured out what's going wrong... the URL that's being submitted is coming to the server unencoded:
From windows PC, clicking on one of the playlist links:
...
|
Forum: SageTV Customizations
03-28-2010, 12:45 PM
|
Replies: 72
Views: 53,935
logs showing failure on server side
@jreichen,
Got some logs that I think are showing that the file is coming over the wire with the truncated link. Gzip is now disabled, so should be easier to see now:
GET...
|
Forum: SageTV Customizations
03-28-2010, 08:48 AM
|
Replies: 72
Views: 53,935
got webserver building
Thanks, those instructions worked. I had to remove the NSIS part of the ant build file, since I didn't have NSIS and didn't want to build the TJWS builds. (More for others that come this way at...
|
Forum: SageTV Customizations
03-26-2010, 08:25 PM
|
Replies: 72
Views: 53,935
building webserver?
jreichen, do you have a guide anywhere that describes how to build the webserver from source? Was kind of interested in maybe instrumenting it with prints or experimenting with changing some of the...
|
Forum: SageTV Customizations
03-26-2010, 05:31 PM
|
Replies: 72
Views: 53,935
|
Forum: SageTV Customizations
03-26-2010, 01:46 PM
|
Replies: 72
Views: 53,935
I just started playing with VLC recently. ...
I just started playing with VLC recently. Haven't had much luck yet with VLC + Android, but over on the VLC forums it seemed like some people had some luck.
When I put in my hard coded URL on the...
|
Forum: SageTV Customizations
03-26-2010, 11:49 AM
|
Replies: 72
Views: 53,935
localhost
127.0.0.1 is the ip address for 'localhost'. In my case, I was clicking on the sage interface from the same PC.
I'm not sure yet whether the 127.0.0.1 you put into the 'sout' VLC option is the...
|
Forum: SageTV Customizations
03-26-2010, 08:07 AM
|
Replies: 72
Views: 53,935
thx
Ill try to get some wireshark traces, too, in case there's something useful.
-J
|
Forum: SageTV Customizations
03-26-2010, 06:42 AM
|
Replies: 72
Views: 53,935
thank nielm
Its already built in to the sage webserver.. thank nielm, I guess. :)
|