Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: v2.x doesn't play ASX (Read 465 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

v2.x doesn't play ASX

Hi, found new versions can't play stream from absolutely correct ASX, but v. 1.6 still playing it as usual:

<asx version="3.0" previewmode="no">
<TITLE>s3.viastreaming.net:8525</TITLE>
<Param Name="AllowShuffle" Value="NO"/>
<entry clientSkip="no">
<REF HREF="http://s3.viastreaming.net:8525/" />
</entry>
</asx>

Why so?

Re: v2.x doesn't play ASX

Reply #1
Try the latest 2.2 Preview:
2024-03-04

    Worked around audio glitches with very low output buffer size introduced in previous build.
    Fixed glitchy seekbar movement in certain scenarios.
    Prevented nonsensical video codec names from being reported for certain MP4 files.
    Fixed regressions in ASX playlist loader.
    Converter: More detailed error messages for specific file creation errors.

Re: v2.x doesn't play ASX

Reply #2
Why so?
REF HREF is in ALLCAPS.
My new code was too case-sensitive and didn't like being yelled at.
Should be good now, thanks for reporting.
Microsoft Windows: We can't script here, this is bat country.

Re: v2.x doesn't play ASX

Reply #3
:D Thank you very much.