<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issues While Downloading Recorded Sessions Using MediaSense in Management</title>
    <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605463#M2831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, rtspUrl is similarly protected. It also requires HTTP-BASIC style authentication.&amp;nbsp; VLC doesn't have a way that I know of for you to preconfigure a set of user credentials.&amp;nbsp; However, it does have the ability to pop up a "Please enter username and password" dialog box when it receives the &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;401-Unauthorized error&lt;/SPAN&gt;.&amp;nbsp; If you manually enter the credentials, VLC will resend its request to MediaSense and include the authentication header this time.&amp;nbsp; Are you not seeing the popup dialog?&amp;nbsp; Are you using the standalone version of VLC, or do you have it embedded into an application or web page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the MediaSense built-in media player?&amp;nbsp; Take a look at the documentation for launchMediaPlayer, which is new in MediaSense 10.0.&amp;nbsp; It works better than VLC.&amp;nbsp; As described in the SRND, all off-the-shelf media players have various limitations.&amp;nbsp; VLC for example is only able to play one of the two audio streams at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come to think of it, that could be your problem.&amp;nbsp; Try this URL instead of the one in your example above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;rtsp://192.168.200.204/30145b69671b11-TRACK0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;- Jeff W.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 17:14:10 GMT</pubDate>
    <dc:creator>jwolfeld</dc:creator>
    <dc:date>2014-05-01T17:14:10Z</dc:date>
    <item>
      <title>Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605459#M2827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope you all will be fine. I have two very simple questions. I actually wants to download the sessions that I recorded using mediaSense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Firstly, I converted the recorded session that was in RAW form to mp4 using Convert Session API. My First question is that as this API call is deprecated, so, now how we can convert RAW form to any useful format so that we may listen the recording ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Secondly, I am login in MediaSense Server with default port that is '8440' and the URL returned by Convert Session API call to play recordings contains port '8081'. And when with this Port I make call to download this mp4 recording, I get 401-Unauthorized error. Can anybody guide me that what I am doing wrong ? or Simply how I can download the recorded session as I have gotten URL of mp4 format too of that session ? How I can authenticate myself to use this URL ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com//u1/48100"&gt;dlender&lt;/A&gt; &lt;A href="https://community.cisco.com//u1/9118"&gt;jwolf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 12:16:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605459#M2827</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-04-29T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605460#M2828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The convertSession API is deprecated but not deleted, so you can still use it, at least for the next couple of releases.&amp;nbsp; However, we recommend you start using the single-step download instead.&amp;nbsp; This the mp4Url URL that you receive in the JSON data for the session.&amp;nbsp; The advantage of using the mp4Url of convertSession is that it only takes one HTTP request to fetch the converted recording.&amp;nbsp; That means you can actually enter it directly into a browser, or into a media player such as VLC.&amp;nbsp; With convertSession, you had to issue the convertSession request using Poster or using your own MediaSense API client program, then receive the URL for the converted MP4 file, and only then can you supply it to your web browser or your media player.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URLs that fetch actual recordings have to be password protected, for obvious security reasons.&amp;nbsp; These URLs therefore require that you make your HTTP request using standard HTTP-BASIC authentication headers, as described in RFC-2617 (&lt;A href="http://www.ietf.org/rfc/rfc2617.txt" title="http://www.ietf.org/rfc/rfc2617.txt"&gt;http://www.ietf.org/rfc/rfc2617.txt&lt;/A&gt;).&amp;nbsp; This RFC defines an HTTP header where you insert the username and password, encoded as base 64.&amp;nbsp; If you are using any standard 3rd party HTTP client library for your coding, it probably already has the ability to pass credentials in this way; it's very common.&amp;nbsp; Since you are receiving a 401-Unauthorized error,&amp;nbsp; it means you haven't sent credentials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 05:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605460#M2828</guid>
      <dc:creator>jwolfeld</dc:creator>
      <dc:date>2014-05-01T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605461#M2829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your guidance and time. I have implemented this and it is&lt;/P&gt;&lt;P&gt;working for me now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 05:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605461#M2829</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-05-01T05:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605462#M2830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same issue comes again if we talk about 'RTSP Urls'.&lt;/P&gt;&lt;P&gt;Firstly I tried this to play live streaming with Vlc Player by giving the&lt;/P&gt;&lt;P&gt;RTSP Url returned by the getAllACtiveSessions API Call, but I got the error&lt;/P&gt;&lt;P&gt;by Vlc Player that "Your input can't be opened: VLC is unable to open the&lt;/P&gt;&lt;P&gt;MRL 'rtsp://192.168.200.204/30145b69671b11'."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this RTSP Url is in Raw form. Because if we remember, we cannot&lt;/P&gt;&lt;P&gt;play directly 'download Url' returned by getSessionsBySessionID API call&lt;/P&gt;&lt;P&gt;directly, there too we first convert the session using ConverSession API&lt;/P&gt;&lt;P&gt;Call. If this is how things happen then how can we Convert this RTSP Url in&lt;/P&gt;&lt;P&gt;Raw form to some useful form that may be streamed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or how can we use this RTSP Url to monitor the live session ? By&lt;/P&gt;&lt;P&gt;programatically and through VLC player too by using RTSP URL ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 07:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605462#M2830</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-05-01T07:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605463#M2831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, rtspUrl is similarly protected. It also requires HTTP-BASIC style authentication.&amp;nbsp; VLC doesn't have a way that I know of for you to preconfigure a set of user credentials.&amp;nbsp; However, it does have the ability to pop up a "Please enter username and password" dialog box when it receives the &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;401-Unauthorized error&lt;/SPAN&gt;.&amp;nbsp; If you manually enter the credentials, VLC will resend its request to MediaSense and include the authentication header this time.&amp;nbsp; Are you not seeing the popup dialog?&amp;nbsp; Are you using the standalone version of VLC, or do you have it embedded into an application or web page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the MediaSense built-in media player?&amp;nbsp; Take a look at the documentation for launchMediaPlayer, which is new in MediaSense 10.0.&amp;nbsp; It works better than VLC.&amp;nbsp; As described in the SRND, all off-the-shelf media players have various limitations.&amp;nbsp; VLC for example is only able to play one of the two audio streams at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come to think of it, that could be your problem.&amp;nbsp; Try this URL instead of the one in your example above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;rtsp://192.168.200.204/30145b69671b11-TRACK0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;- Jeff W.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 17:14:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605463#M2831</guid>
      <dc:creator>jwolfeld</dc:creator>
      <dc:date>2014-05-01T17:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605464#M2832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using standalone VLC Player and it prompts for authentication too. Actually issue here is not of authentication as that is successfully done. But, I think VLS is unable to render RTSP Url as error logs for VLC players shows the same that 'Nothing to Play'. I think I am missing conversion of RTSP URl in some usefull playable form such as mp4 as its url should be in form like: &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;rtsp://192.168.200.204/30145b69671b11&lt;/SPAN&gt;.MP4 etc that we did in the case of download URI that we were unable to use that Download URi directly unless we converted that using Convert Session to useful form like mp4 ? &lt;/P&gt;&lt;P&gt;Or there is issue of appending TRACK # at the end of URL only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I want to ask that how can we listen live calls in our java App, I think I will have to use Java Media Framework(JMF) or there is some other way too for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I think I can't use MediaSense Builtin VLC Player as we have MediaSense9 in our lab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your guidance and precious time &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:10:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605464#M2832</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-05-02T20:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605465#M2833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;processing request item: rtsp://192.168.200.204/37145cbd4e8e81-TRACK0, node: Playlist, skip: 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;resyncing on rtsp://192.168.200.204/37145cbd4e8e81-TRACK0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;rtsp://192.168.200.204/37145cbd4e8e81-TRACK0 is at 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;starting playback of the new playlist item&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;resyncing on rtsp://192.168.200.204/37145cbd4e8e81-TRACK0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;rtsp://192.168.200.204/37145cbd4e8e81-TRACK0 is at 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;creating new input thread&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;Creating an input for 'rtsp://192.168.200.204/37145cbd4e8e81-TRACK0'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;using timeshift granularity of 50 MiB, in path 'C:\Users\BIILAL~1\AppData\Local\Temp'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;`rtsp://192.168.200.204/37145cbd4e8e81-TRACK0' gives access `rtsp' demux `' path `192.168.200.204/37145cbd4e8e81-TRACK0'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;creating demux: access='rtsp' demux='' location='192.168.200.204/37145cbd4e8e81-TRACK0' file='\\192.168.200.204\37145cbd4e8e81-TRACK0'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;looking for access_demux module matching "rtsp": 12 candidates&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;version 2014.01.21&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;qt4&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;IM: Setting an input&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;authentication failed&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;retrying with user=mediasense&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #008000;"&gt; warning: &lt;/SPAN&gt;RTP subsession 'audio/G722' failed (RTP payload format unknown or not supported)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;setup start: 0.000000 stop:0.000000&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;live555&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: italic;"&gt; error: &lt;/SPAN&gt;Nothing to play for rtsp://192.168.200.204/37145cbd4e8e81-TRACK0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;no access_demux modules matched&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;creating access 'rtsp' location='192.168.200.204/37145cbd4e8e81-TRACK0', path='\\192.168.200.204\37145cbd4e8e81-TRACK0'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;looking for access module matching "rtsp": 20 candidates&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;net: connecting to 192.168.200.204 port 554&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;connection succeeded (socket = 2152)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;access_realrtsp&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;rtsp connected&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;access_realrtsp&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #008000;"&gt; warning: &lt;/SPAN&gt;only real/helix rtsp servers supported for now&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;no access modules matched&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;main&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: italic;"&gt; error: &lt;/SPAN&gt;open of `rtsp://192.168.200.204/37145cbd4e8e81-TRACK0' failed&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;dead input&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;changing item without a request (current 0/1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;nothing to play&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #00008b;"&gt;qt4&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #808080;"&gt; debug: &lt;/SPAN&gt;IM: Deleting the input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These Are the Logs generated by VLC when I tried to play a live session by giving RTSP URL. Such as:&lt;/P&gt;&lt;P&gt;After pressing play button I get this error.&lt;/P&gt;&lt;P&gt;I think Issue is same of conversion that VLC is un-able to render this URL.&lt;IMG __jive_id="81764" alt="RTS in VLC.png" class="image-1 jive-image" src="/legacyfs/online/fusion/81764_RTS in VLC.png" style="color: #3d3d3d; font-family: arial; font-size: 12px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 10:21:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605465#M2833</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-05-05T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605466#M2834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And If I try to play live streaming in my java App using Java Media Framework library, I get &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CannotRealizeException which generally means there's something wrong with your file... it can't be located, it's corrupted, it's unsupported, it's not a valid file, etc...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here too issue is with RTSP URL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com//u1/19588"&gt;jwolfeld&lt;/A&gt; &lt;A href="https://community.cisco.com//u1/48100"&gt;dlender&lt;/A&gt; &lt;A href="https://community.cisco.com//u1/81307"&gt;jakohli&lt;/A&gt; &lt;A href="https://community.cisco.com//u1/197724"&gt;banderson614&lt;/A&gt; &lt;A href="https://community.cisco.com//u1/204417"&gt;gmagsamen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any one have worked with RTSP plz guide me that how can we play with RTSP URL programatically or using any player ?&lt;/P&gt;&lt;P&gt;You may share any code snipet you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 12:20:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605466#M2834</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-05-05T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605467#M2835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are trying to play a G.722 audio stream in VLC.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; font-size: 12px; font-family: arial; color: #00008b;"&gt;live555&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; font-size: 12px; font-family: arial; color: #008000;"&gt; warning: &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;RTP subsession 'audio/G722' failed (RTP payload format unknown or not supported)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;VLC doesn't support G.722.&amp;nbsp; Try forcing your call to G.711, then it will record as G.711 and VLC should&amp;nbsp; be able to play it back.&amp;nbsp; As I think you already discovered, VLC also can only play one track at a time, so you have to add "-TRACK0" or "-TRACK1" to the end of the RTSP URL when you try to play it in VLC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;I have never used Java Media Framework, so can't help you there.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 23:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605467#M2835</guid>
      <dc:creator>jwolfeld</dc:creator>
      <dc:date>2014-06-09T23:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605468#M2836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I don't have idea of G.722 and G.711. To make the things more simpler, I just want to know that How I can listen/play Live sessions ? I want to listen both tracks at a time. I have web service listen for live sessions notifications. So, now I have RTSP URL for each live call And Now I just want to play this Live Session using this RTSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have worked with Live Sessions using RTSP URL, can you please guide me that how I can play this Live Streaming using RTSP URL ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using any means which fulfils my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your time and considerations once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will wait for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 07:12:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605468#M2836</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-06-10T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605469#M2837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using MediaSense version 10.0 or later, then you can call the launchMediaPlayer API, which takes the RTSP URL as a parameter.&amp;nbsp; launchMediaPlayer returns a body of content-type JNLP, which specifies a web start application.&amp;nbsp; You save that body as a file on disk with extension .jnlp, and then call Desktop.getDesktop().open(jnlpFile).&amp;nbsp; Assuming your desktop machine is properly configured to run Java web start applications (which it most likely is already), the MediaSense built-in player will be automatically downloaded from MediaSense and started, and it will then open and begin playing the RTSP streams.&amp;nbsp; However, as the player is a Java application, you will likely have to click through a couple of security warnings until you get to the point of installing trusted signed certificates into the MediaSense nodes.&amp;nbsp; But don't worry about that for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to check the SRND to make sure your particular combination of desktop operating system and codec (G.722) is supported by the media player.&amp;nbsp; But generally, MediaSense's media player covers many more cases with fewer caveats than any of the off-the-shelf media players such as VLC, all of which are really designed to play music, not telephone conversations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 16:13:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605469#M2837</guid>
      <dc:creator>jwolfeld</dc:creator>
      <dc:date>2014-06-10T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605470#M2838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented whole API using MediaSense v9.1 &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/sad.png" /&gt; Is there any way to&lt;/P&gt;&lt;P&gt;fulfil my this requirement using version 9.1 ? It seems very basic thing&lt;/P&gt;&lt;P&gt;that if that API version is giving us RTSP URL then there will be some way&lt;/P&gt;&lt;P&gt;to play that too ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you guidance &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:59:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605470#M2838</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-06-11T05:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605471#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;This is Manish from Mediasense team. Here are the thing you can try:&lt;/P&gt;&lt;P&gt;1. Download latest version of the quick time player to play the RTSP URL. It will ask for login credentials for connecting to Mediasense. Enter API user username and password.&lt;/P&gt;&lt;P&gt;2. In order to download MP4 file for a recording session, Open Search and play portal on Mediasense at the following URL and login with API user ad then go to particular session and click on Icon for download of Mp4 file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://&amp;lt;Mediasense/"&gt;https://&amp;lt;Mediasense&lt;/A&gt; server IPaddrss&amp;gt;:8440/mediasense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know in case you face any issues or any further queries. we would be happy to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 18:11:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605471#M2839</guid>
      <dc:creator>manisgu3</dc:creator>
      <dc:date>2014-07-23T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605472#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial; font-size: small;"&gt;Hi Manish,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Thanks for your assistance. I followed the steps you told me for playing active sessions but unfortunately I am not able to play live streaming. I got this JSON response of active session:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;{"responseMessage":"Success: Your request was successfully completed.","responseCode":2000,"responseBody":{"sessions":[{"sessionState":"ACTIVE",","urls":{"rtspUrl":"rtsp://***.***.***.***/c9147e7fb625e1"}," ................}&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;After that In Quick Time Player I entered the url: "&lt;SPAN style="color: #222222; font-family: arial; font-size: small;"&gt;"rtsp://192.168.200.204/c9147e7fb625e1&lt;/SPAN&gt;", After that on prompt I mentioned the credentials too that got verified too. After that I was expecting live streaming of active session whose RTSP URL I mentioned but my Quick Time Player gets stuck as follow:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;IMG __jive_id="83348" alt="Actice Session Streaming.png" class="image-1 jive-image" src="/legacyfs/online/fusion/83348_Actice Session Streaming.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;SPAN style="color: #000000; font-family: verdana, arial, sans-serif; font-size: 11px; background-color: #f9f9f9;"&gt;The window says 'waiting for media' and counts down seconds. Once it reaches 0, where it normally starts playing, it say 'switching transports'. I left it for 15 minutes, and it still says it. It is like this for all quicktime streaming video on the net. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;And I could not hear anything. Now, Please guide me if I am doing anything wrong ? Am I giving the right URL ? Do I need to mention the Track Number too in URL ?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Secondly, I want to play this streaming on my application media player ? How I can do that ?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Atleast I should be able to play this active session. Hope to listen from you soon.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Again thanks for your assistance and guidance &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 07:45:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605472#M2840</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-08-18T07:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605473#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added details here too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/25399675/real-time-live-streaming-using-rtsp-url" title="http://stackoverflow.com/questions/25399675/real-time-live-streaming-using-rtsp-url"&gt;apple - Real Time Live Streaming using RTSP URL - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:39:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605473#M2841</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-08-20T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605474#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Took me a bit to track this thread down. I'll see if I can get Quick Time working &amp;amp; provide any useful input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 03:54:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605474#M2842</guid>
      <dc:creator>dadawes</dc:creator>
      <dc:date>2014-08-21T03:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605475#M2843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the replies of you earlier. I am not sure which version of VLC player you used for playing the RTSP url. Can you&lt;/P&gt;&lt;P&gt;please use VLC version 1.1.11 to play the G711 alaw and G711u law audio recordings for mediasense 9.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Prateek Nijhawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:25:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605475#M2843</guid>
      <dc:creator>pnijhawa</dc:creator>
      <dc:date>2014-08-21T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605476#M2844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nijhawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;I am using 9.1 version of MediaSense&lt;/SPAN&gt;. &lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt; I have tried with the VLC Player (version 2.1.3 - Rincewind) too but couldn't stream active session. I have added the details of my working and errors I got while trying with VLC Player in this cisco community thread:&amp;nbsp; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/message/152269#152269" style="color: #1155cc; font-family: Verdana, sans-serif;" target="_blank"&gt;Issues While Downloading Recorded Sessions Using MediaSense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. &lt;SPAN style="color: #333333; font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;"&gt;I want to use QuickTime Player because VLC Player &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; color: #3d3d3d;"&gt;play one of the two audio streams at a time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Time and assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 07:33:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605476#M2844</guid>
      <dc:creator>Bilal Ahmed Yaseen</dc:creator>
      <dc:date>2014-08-21T07:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605477#M2845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which audio codec are you using for the recording?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605477#M2845</guid>
      <dc:creator>pnijhawa</dc:creator>
      <dc:date>2014-08-21T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issues While Downloading Recorded Sessions Using MediaSense</title>
      <link>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605478#M2846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try with VLC version 1.1.11&amp;nbsp; to play the G711 alaw and G711u law audio recordings ? I didnt hear back anything from you regarding the codec as well .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you need any help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:23:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/issues-while-downloading-recorded-sessions-using-mediasense/m-p/3605478#M2846</guid>
      <dc:creator>pnijhawa</dc:creator>
      <dc:date>2014-08-25T21:23:18Z</dc:date>
    </item>
  </channel>
</rss>

