Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-07-01 Thread Jajjan

It is working well again now, must have been something temporary. 

Thanks again.



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-07-01 Thread bpa

"both" - there is only one setting to change so you have another problem
- go back to what I told you to change - only the MPEG-4 / MP4 setting.

Please attach your modified  types.conf file to a post as the video/mp4
mime type seems to be set to aac not mp4 see

Code:


  [12-07-01 08:26:10.7838] Slim::Utils::Scanner::Remote::readRemoteHeaders 
(382) Content-type for http://lyssnaigen.sr.se/Autorec/ET2W...0_3420_a96.m4a 
detected as aac (video/mp4)
  [12-07-01 08:26:10.7842] Slim::Utils::Scanner::Remote::readRemoteHeaders 
(387) Updating content-type for 
http://sverigesradio.se/topsy/ljudfil/4005520.m4a to aac 




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

This morning it's not working any more. I seems the server is believing
it works because the time progresses.
It also seems i have to set booth AAc and MP4 to disable, else I get an
error directly.

The log:

[12-07-01 08:26:10.6177] Slim::Utils::Scanner::Remote::scanURL (86)
Scanning remote stream
http://sverigesradio.se/topsy/ljudfil/4005520.m4a
[12-07-01 08:26:10.6194] Slim::Utils::Scanner::Remote::scanURL (205)
Scanning remote URL http://sverigesradio.se/topsy/ljudfil/4005520.m4a
[12-07-01 08:26:10.6519] Slim::Utils::Scanner::Remote::handleRedirect
(298) Server redirected to
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-07-01 08:26:10.7832] Slim::Utils::Scanner::Remote::readRemoteHeaders
(341) Headers for
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
are bless({
connection => "close",
"content-length" => 41_403_674,
"content-type" => "video/mp4",
date => "Sun, 01 Jul 2012 06:26:11 GMT",
etag => "\"1212507935\"",
"last-modified" => "Mon, 25 Jun 2012 20:12:46 GMT",
server => "Microsoft-IIS/7.5",
"x-mod-h264-streaming" => "version=2.3.1",
"x-powered-by" => "ASP.NET",
}, "HTTP::Headers")
[12-07-01 08:26:10.7838] Slim::Utils::Scanner::Remote::readRemoteHeaders
(382) Content-type for
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
detected as aac (video/mp4)
[12-07-01 08:26:10.7842] Slim::Utils::Scanner::Remote::readRemoteHeaders
(387) Updating content-type for
http://sverigesradio.se/topsy/ljudfil/4005520.m4a to aac
[12-07-01 08:26:10.7852] Slim::Utils::Scanner::Remote::readRemoteHeaders
(404) Updating redirected URL
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-07-01 08:26:10.7862] Slim::Utils::Scanner::Remote::readRemoteHeaders
(427) This URL is an audio stream [aac]:
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-07-01 08:26:10.7866] Slim::Utils::Scanner::Remote::readRemoteHeaders
(455) Reading AAC header


+---+
|Filename: log.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13551|
+---+


Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

Yes, now it works!
Great help!

Now I just want to be able to click a weblink in android and open it
with a Squeezebox app, but that's another topic.



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread bpa

I forgot I added a few extra MIME types to the types.conf file to handle
the some of the stranger types that some podcasts use.

Add ",video/mp4" to the mp4 line after "audio/m4a,audio/x-m4a,audio/mp4"
in types.conf file and restart LMS and it should look like


Code:


  
  mp4 m4a,mp4,m4baudio/m4a,audio/x-m4a,audio/mp4,video/mp4   
audio
  



Careful of the tabs just like the other conf file.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

Here's what I get:

[12-06-30 18:09:32.0199] Slim::Utils::Scanner::Remote::scanURL (86)
Scanning remote stream
http://sverigesradio.se/topsy/ljudfil/4005520.m4a
[12-06-30 18:09:32.0209] Slim::Utils::Scanner::Remote::scanURL (205)
Scanning remote URL http://sverigesradio.se/topsy/ljudfil/4005520.m4a
[12-06-30 18:09:32.0595] Slim::Utils::Scanner::Remote::handleRedirect
(298) Server redirected to
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-06-30 18:09:32.1314] Slim::Utils::Scanner::Remote::readRemoteHeaders
(341) Headers for
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
are bless({
connection => "close",
"content-length" => 41_403_674,
"content-type" => "video/mp4",
date => "Sat, 30 Jun 2012 16:10:34 GMT",
etag => "\"1212507935\"",
"last-modified" => "Mon, 25 Jun 2012 20:12:46 GMT",
server => "Microsoft-IIS/7.5",
"x-mod-h264-streaming" => "version=2.3.1",
"x-powered-by" => "ASP.NET",
}, "HTTP::Headers")
[12-06-30 18:09:32.1318] Slim::Utils::Scanner::Remote::readRemoteHeaders
(382) Content-type for
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
detected as video/mp4 (video/mp4)
[12-06-30 18:09:32.1322] Slim::Utils::Scanner::Remote::readRemoteHeaders
(387) Updating content-type for
http://sverigesradio.se/topsy/ljudfil/4005520.m4a to video/mp4
[12-06-30 18:09:32.1332] Slim::Utils::Scanner::Remote::readRemoteHeaders
(404) Updating redirected URL
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-06-30 18:09:32.1339] Slim::Utils::Scanner::Remote::readRemoteHeaders
(554) This URL is a playlist:
http://lyssnaigen.sr.se/Autorec/ET2W/P3/Musikguiden_i_P3/2012/06/SRP3_2012-06-25_210300_3420_a96.m4a
[12-06-30 18:09:32.1455] Slim::Utils::Scanner::Remote::parsePlaylist
(855) Unable to parse playlist for content-type mp4



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread bpa

What version of LMS ?

The error message you get is when you are trying to play the stream
http://sverigesradio.se/topsy/ljudfil/4005520.m4a ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

OK,

after changing spaces to tabs I now have ffmpeg showing up in settings:
(avaktiverat=deactivated)
13547

But then I try to play the stream it say (my translation) : Error:
Playlist empty


+---+
|Filename: Skärmklipp.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13547|
+---+


Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread bpa

I think the conf file should work without change with Windows.

- Make sure the indented lines in the conf file are indented by a single
tab char and not multiple spaces.  This can happen if you cut and
paste.

- after LMS restart what is showing for MPEG-4 under WebUI
Settings/Advanced/FileTypes - does it show ffmpeg ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

Thanks for helping, 

yes I would really like this to work. 
I have added the ffmpeg.exe to the server\Bin\MSWin32-x86-multi-thread
folder and added your lines to custom.convert.conf.



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread bpa

1. Get ffmpeg
2. Put the rules above into a custom-convert.conf simple text file (use
notepad) in the same directory as the convert.conf file.
3. restart LMS.

edit:

The above rules are for linux - they'll need a few small changes for
Windows. I'll need to investigate but only if you are actually going to
do it.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-30 Thread Jajjan

Ok, I tried to get this running on a Touch connected to LMS running on
windows.

I find small bits of confusing information about this then i search
around.

Things I maybe must do:
- Get LAME encoder
- Get faad de(?)coder
- Install quicktime
- Not install quicktime
- Get ffmpeg
- Make changes to types.conf
- Make changes to constom.convert
- Make changes in settings->andvanced->filetypes

How much of this is really needed?



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-27 Thread bpa

Jajjan wrote: 
> Ok, so it could be possible to make it play connected to lms but never
> on a Touch connected to mysb?

Yes.

The main problem with many mpeg4 formatted podcast is that the file
format is set up for downloading and not for streaming.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-26 Thread asplundj

I don't think there is any podcasts for Musikguiden
"http://sverigesradio.se/sida/laddaner.aspx?programid=4067";. However, I
guess you could add individual programs (from 30 dagarsarkivet) to your
favourites at mysqueezebox.com. You won't get a subscription for the
shows but you can at least listen to it through your SB



asplundj's Profile: http://forums.slimdevices.com/member.php?userid=53571
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-26 Thread Jajjan

Ok, so it could be possible to make it play connected to lms but never
on a Touch connected to mysb?



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-26 Thread bpa

A strange mish mash of audio standard are being used.

The Podcast references an ASX playlist which contains an mpeg4 file
marked "video/mp4"

LMS negotiates allfo the above and gets to the actual file:
http://sverigesradio.se/topsy/ljudfil/4005520.m4a

This file will not play on an Sb3 when transcoded by faad and also not
natively decoded on a Touch.  The file  IIRC there is a mpeg4 file
format which Touch and faad cannot play when it is streamed as a podcats
- I think the "header" is at the end of the file.

If you change the mp4 transcoder to ffmpeg and the file can be played if
mpeg4-/aac "native" is disabled.

The custom-convert.conf file using ffmpeg for a Linux system will look
like below but you will lose ffw/rew

Code:

mp4 mp3 * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet  -f mp4 -i $FILE$ -f wav - | [lame] --silent -q 
$QUALITY$ $BITRATE$ - -
  
  mp4 pcm * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet  -f mp4 -i $FILE$ -f u16le -
  
  mp4 flc * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
  




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Trying to add Musikguiden podcast from sr.se

2012-06-26 Thread Soulkeeper

I just tried to paste some of the URLs into the LMS web interface, "Tune
in URL". 

First LMS says "ASX Radio", and starts counting for a couple of seconds,
then it changes to say "MP4 Radio" and stops. I have no idea why.

Edit to add: The LMS log says:

Code:

[12-06-26 09:13:00.4030] Slim::Player::Song::open (409) Error: Couldn't 
create command line for mp4 playback for 
[mms://sverigesradio.se/topsy/ljudfil/4005520.m4a]




Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Trying to add Musikguiden podcast from sr.se

2012-06-25 Thread Jajjan

Hi, I Try to add this podcast feed:
http://sverigesradio.se/api/rss/broadcast/4067

I can see the entries in the feed in the podcast app but not start them.

Any ideas?



Jajjan's Profile: http://forums.slimdevices.com/member.php?userid=37521
View this thread: http://forums.slimdevices.com/showthread.php?t=95610

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss