<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>shoutcastmss Discussions Rss Feed</title><link>https://shoutcastmss.codeplex.com/discussions</link><description>shoutcastmss Discussions Rss Description</description><item><title>New Post: Questions on the application</title><link>http://shoutcastmss.codeplex.com/discussions/435515</link><description>&lt;div style="line-height: normal;"&gt;Hello everybody,&lt;br /&gt;
&lt;br /&gt;
I need to send an audio stream to a server (VPN type), similar to SAM broadcaster, with the IP and port access. How could use Shoutcast MediaStreamSource? someone could help a beginner like me? I thank you! Greetings ...!&lt;br /&gt;
&lt;/div&gt;</description><author>Flavio007</author><pubDate>Wed, 06 Mar 2013 00:15:17 GMT</pubDate><guid isPermaLink="false">New Post: Questions on the application 20130306121517A</guid></item><item><title>New Post: Buffering percentage less than 100</title><link>http://shoutcastmss.codeplex.com/discussions/434444</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I just compiled the code on 2012 for WP7.1 devices, the issue is &lt;br /&gt;
If i debug the code with breakpoints the DLL works fine and it starts playing, but if I just played without breakpoints, many times it is stuck in loop and just keeps printing &amp;quot;6 Buffering percentage less than 100&amp;quot; in output.&lt;br /&gt;
&lt;br /&gt;
Stream Url : &lt;a href="http://198.154.106.102:8419" rel="nofollow"&gt;http://198.154.106.102:8419&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I tried this on multiple urls.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>cdplex</author><pubDate>Mon, 25 Feb 2013 17:34:04 GMT</pubDate><guid isPermaLink="false">New Post: Buffering percentage less than 100 20130225053404P</guid></item><item><title>New Post: Help with integrating this into WP7 app</title><link>http://shoutcastmss.codeplex.com/discussions/428517</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Bringing it down to only the URL in the Tag, still not working.&lt;/p&gt;
&lt;p&gt;I am unable to even get to &amp;quot;OnBeginStreaming&amp;quot;, it seems. Wonder if there's another way to trigger that.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking forward to the next update :/&lt;/p&gt;
&lt;/div&gt;</description><author>ReignOfComputer</author><pubDate>Sat, 19 Jan 2013 22:27:07 GMT</pubDate><guid isPermaLink="false">New Post: Help with integrating this into WP7 app 20130119102707P</guid></item><item><title>New Post: Help with integrating this into WP7 app</title><link>http://shoutcastmss.codeplex.com/discussions/428517</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I actually haven't tested this at all in WP8 yet, so I have no idea why it would work or not there.&amp;nbsp; It might be that error checking could have been relaxed in WP8 for non-fatal scenarios.&amp;nbsp; I will hopefully have time to dig back into this soon and update
 it for WP8.&amp;nbsp; Anything with OnPlayStateChanged is always problematic, and AudioTrack is very picky.&amp;nbsp; Try stripping your AudioTrack creation down to only the URL, and see if it works.&lt;/p&gt;
&lt;/div&gt;</description><author>atoakley</author><pubDate>Fri, 18 Jan 2013 19:33:42 GMT</pubDate><guid isPermaLink="false">New Post: Help with integrating this into WP7 app 20130118073342P</guid></item><item><title>New Post: Im getting Overflow Exception</title><link>http://shoutcastmss.codeplex.com/discussions/428587</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I m running your sample code and give url of my required stream but its give me an exception &amp;quot;OverflowException&amp;quot; in this method &amp;quot;ReadOrPeekBuffer()&amp;quot;&lt;/p&gt;
&lt;/div&gt;</description><author>Arslan007</author><pubDate>Sat, 05 Jan 2013 11:52:53 GMT</pubDate><guid isPermaLink="false">New Post: Im getting Overflow Exception 20130105115253A</guid></item><item><title>New Post: Help with integrating this into WP7 app</title><link>http://shoutcastmss.codeplex.com/discussions/428517</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks for replying.&lt;/p&gt;
&lt;p&gt;I wouldn't ignore the exception but it's shown to be working in my WP8 app despite the exceptions, so I'm not sure.&lt;/p&gt;
&lt;p&gt;Anyway, the exception appears to be coming from AudioPlayer.cs, where OnPlayStateChanged:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;base = {System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
   at Microsoft.Phone.BackgroundAudio.Interop.IAudioTrack.get_Duration()
   at Microsoft.Phone.BackgroundAudio.AudioTrack.get...&lt;/pre&gt;
&lt;p&gt;Which isn't helpful at all seeing how E_FAIL is an unspecified error.&lt;/p&gt;
&lt;p&gt;I can send you the project to have a look, both my WP7 and WP8 ones. Still can't figure out how the WP8 one can work while the WP7 one doesn't when the code is exactly the same.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>ReignOfComputer</author><pubDate>Sat, 05 Jan 2013 10:05:20 GMT</pubDate><guid isPermaLink="false">New Post: Help with integrating this into WP7 app 20130105100520A</guid></item><item><title>New Post: Help with integrating this into WP7 app</title><link>http://shoutcastmss.codeplex.com/discussions/428517</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Generally, exceptions should not be ignored, so there is likely something wrong somewhere.&amp;nbsp; Can you get the HResult from the&amp;nbsp;COMException?&amp;nbsp; It may shed some light on what is actually going on.&lt;/p&gt;
&lt;/div&gt;</description><author>atoakley</author><pubDate>Fri, 04 Jan 2013 18:06:14 GMT</pubDate><guid isPermaLink="false">New Post: Help with integrating this into WP7 app 20130104060614P</guid></item><item><title>New Post: A little help</title><link>http://shoutcastmss.codeplex.com/discussions/406632</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Unfortunately, there is no documentation at this time.&amp;nbsp; However, you should be able to use the sample projects as a guide on how to integrate it with your application.&lt;/p&gt;
&lt;/div&gt;</description><author>atoakley</author><pubDate>Fri, 04 Jan 2013 18:01:20 GMT</pubDate><guid isPermaLink="false">New Post: A little help 20130104060120P</guid></item><item><title>New Post: Help with integrating this into WP7 app</title><link>http://shoutcastmss.codeplex.com/discussions/428517</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to integrate the code from this into my own WP7 app. I integrated it into a WP8 app earlier and was successful.&lt;/p&gt;
&lt;p&gt;Currently, when I use WP8 to play a Shoutcast Stream, I see the following in output:&lt;/p&gt;
&lt;pre&gt;An exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.Phone.ni.dll and wasn't handled before a managed/native boundary
1:  OpenMediaAsync()
An exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.Phone.ni.dll and wasn't handled before a managed/native boundary&lt;/pre&gt;
&lt;p&gt;Followed by a whole bunch of Output showing the stream is working/decoding/playing, and the station starts playing. Since it works I don't care about the exceptions that occur.&lt;/p&gt;
&lt;p&gt;However, when I use the WP7 app with what I believe to use the exact same code as my WP8 app, I am seeing in output:&lt;/p&gt;
&lt;pre&gt;An exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.Phone.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.Phone.ni.dll and wasn't handled before a managed/native boundary&lt;/pre&gt;
&lt;p&gt;But the station never plays, and nothing appears in Volume Control. No Output even shows up from AudioTrackStreamer/Shoutcast.Media.&lt;/p&gt;
&lt;p&gt;I don't have much experience with debugging, so I'm not sure where the chain of events start but OnBeginStreaming is never called in the WP7 version of my app while it is called in the WP8 one.&lt;/p&gt;
&lt;p&gt;I'd love if if someone could come and have a peek at my code or something and hopefully help me sort this out. It's especially weird since ShoutcastMSS is meant for WP7 &amp;gt;.&amp;lt;&lt;/p&gt;
&lt;p&gt;Any help would be AWESOME.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>ReignOfComputer</author><pubDate>Fri, 04 Jan 2013 17:02:20 GMT</pubDate><guid isPermaLink="false">New Post: Help with integrating this into WP7 app 20130104050220P</guid></item><item><title>New Post: A little help</title><link>http://shoutcastmss.codeplex.com/discussions/406632</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded this and ran the sample project with an Icecast stream. It worked perfectly. I just donno how to integrate this with my Windows Phone project. Should I add the dlls from the bin folder or the projects as a reference?&lt;/p&gt;
&lt;p&gt;And how to pass the url to the Audio Playback agent.&lt;/p&gt;
&lt;p&gt;If there is a documentation, please provide that.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry, I am new to Development. A little help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thank You.&lt;/p&gt;
&lt;/div&gt;</description><author>solomo2k6</author><pubDate>Thu, 13 Dec 2012 11:11:36 GMT</pubDate><guid isPermaLink="false">New Post: A little help 20121213111136A</guid></item><item><title>New Post: App hangs when MediaElement Stop</title><link>http://shoutcastmss.codeplex.com/discussions/400708</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I'been testing this MediaStreamSource&lt;/p&gt;
&lt;p&gt;I works, but time to time, when I try to stop the stream the app hangs.&lt;/p&gt;
&lt;p&gt;Any fix?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>achirinos</author><pubDate>Thu, 25 Oct 2012 04:06:06 GMT</pubDate><guid isPermaLink="false">New Post: App hangs when MediaElement Stop 20121025040606A</guid></item><item><title>New Post: Url format exception</title><link>http://shoutcastmss.codeplex.com/discussions/395333</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I get Url exception at ShoutcastStreamInformation.cs line 158.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (headers.TryGetValue(ShoutcastStreamInformation.IcyUrl, out value))&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;this.Url = new Uri(value);&lt;/span&gt;&amp;nbsp;// here value comes from the stream:&amp;nbsp;184.168.74.213:7001&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre"&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;}&lt;/p&gt;
&lt;p&gt;shoutcast stream :&amp;nbsp;http://184.168.74.213:7001/; stream.mp3&lt;/p&gt;
&lt;/div&gt;</description><author>arepalli</author><pubDate>Wed, 12 Sep 2012 19:06:17 GMT</pubDate><guid isPermaLink="false">New Post: Url format exception 20120912070617P</guid></item><item><title>New Post: Encoding or decoding audioTrack.Artist</title><link>http://shoutcastmss.codeplex.com/discussions/392329</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The link of the stream is;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;a href="http://shoutcast.omroep.nl:8194/;stream.nsv"&gt;http://shoutcast.omroep.nl:8194/;stream.nsv&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for helping.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>tabbetje</author><pubDate>Tue, 04 Sep 2012 10:23:04 GMT</pubDate><guid isPermaLink="false">New Post: Encoding or decoding audioTrack.Artist 20120904102304A</guid></item><item><title>New Post: Encoding or decoding audioTrack.Artist</title><link>http://shoutcastmss.codeplex.com/discussions/392329</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Could you send me the link for the stream?&amp;nbsp; There was originally an issue with the encoding, but I thought I had fixed it.&amp;nbsp; The encoding is currently defaulting to UTF8, but if that doesn't work, then I should change it as a default.&lt;/p&gt;
&lt;p&gt;If you want to build it yourself and debug the issue, the metadata is simply read out of the data stream in the ShoutcastStream.﻿﻿﻿﻿ReadOrPeekBuffer() method.&amp;nbsp; If you find a fix, please post back so I can merge it into the project.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>atoakley</author><pubDate>Fri, 31 Aug 2012 18:50:17 GMT</pubDate><guid isPermaLink="false">New Post: Encoding or decoding audioTrack.Artist 20120831065017P</guid></item><item><title>New Post: Encoding or decoding audioTrack.Artist</title><link>http://shoutcastmss.codeplex.com/discussions/392329</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Thank you for this very beautifull project. But I have a question:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;When playing a Dutch shoutcast-stream (World music) I get the following tracktitle:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Andy Harlow canta Johnny V&lt;/span&gt;&lt;span style="font-size:11pt"&gt;�&lt;/span&gt;&lt;span style="font-size:11pt"&gt;zquez - Ay Que Bueno
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;and this should be:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Andy Harlow canta Johnny V&amp;aacute;zquez
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-size:11pt"&gt;- Ay Que Bueno&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Could you tell me if and where to change the encoding of the tracktitle.&lt;/span&gt;&lt;/span&gt; Thanks a lot.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>tabbetje</author><pubDate>Mon, 20 Aug 2012 13:51:41 GMT</pubDate><guid isPermaLink="false">New Post: Encoding or decoding audioTrack.Artist 20120820015141P</guid></item><item><title>New Post: Help for graceful cleanup with backgroundaudio player</title><link>http://shoutcastmss.codeplex.com/discussions/352818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have just released the beta 2 version that has some changes that will play better with the background player, as well as a sample application showing how to use it.&amp;nbsp; Check it out and let me know if you have any issues. :)&lt;/p&gt;&lt;/div&gt;</description><author>atoakley</author><pubDate>Mon, 06 Aug 2012 01:27:46 GMT</pubDate><guid isPermaLink="false">New Post: Help for graceful cleanup with backgroundaudio player 20120806012746A</guid></item><item><title>New Post: Help for graceful cleanup with backgroundaudio player</title><link>http://shoutcastmss.codeplex.com/discussions/352818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi, I'm trying to get this to stream in the background, could I take a look at someone's code to see how it can be done? Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>ReignOfComputer</author><pubDate>Fri, 15 Jun 2012 09:39:06 GMT</pubDate><guid isPermaLink="false">New Post: Help for graceful cleanup with backgroundaudio player 20120615093906A</guid></item><item><title>New Post: Help for graceful cleanup with backgroundaudio player</title><link>http://shoutcastmss.codeplex.com/discussions/352818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've got a simple background audio player i'll zip up and send you, my code isn't the best so don't laugh :)&lt;/p&gt;&lt;/div&gt;</description><author>byronmhome</author><pubDate>Fri, 20 Apr 2012 15:56:49 GMT</pubDate><guid isPermaLink="false">New Post: Help for graceful cleanup with backgroundaudio player 20120420035649P</guid></item><item><title>New Post: Help for graceful cleanup with backgroundaudio player</title><link>http://shoutcastmss.codeplex.com/discussions/352818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If you could send me your code, I could take a look.&amp;nbsp; The documentation isn't great on how to properly implement a background player.&amp;nbsp; I was hoping to release a sample background player with the Beta 2 version of the MSS.&amp;nbsp; I have solved the disposing problem I think, but it causes other issues.&lt;/p&gt;&lt;/div&gt;</description><author>atoakley</author><pubDate>Thu, 19 Apr 2012 12:56:27 GMT</pubDate><guid isPermaLink="false">New Post: Help for graceful cleanup with backgroundaudio player 20120419125627P</guid></item><item><title>New Post: Help for graceful cleanup with backgroundaudio player</title><link>http://shoutcastmss.codeplex.com/discussions/352818</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I put shoutcast stream source into a background audio player and audiostreamer agent and playback works great for the most part - always seems to be a little re-buffer after the first few seconds, but it works.&lt;/p&gt;
&lt;p&gt;The problem i'm having is how to gracefully shutdown the stream when someone stops the track and wants to play again - play should re-buffer from beginning.. i seem to confuse the audio streamer / agent with what i'm doing currently so i was just wondering
 if anyone has any pointers on what to lookout for so that the background audio agent will stop and next .play() will reload/rebuffer&lt;/p&gt;
&lt;/div&gt;</description><author>byronmhome</author><pubDate>Thu, 19 Apr 2012 12:18:30 GMT</pubDate><guid isPermaLink="false">New Post: Help for graceful cleanup with backgroundaudio player 20120419121830P</guid></item></channel></rss>