How to play a Streaming Audio

Streaming Media
I have plex plugin which adds track items to plugin and then it plays well. But I am facing problem while I try to play a streaming media.

Ex:
dir.Append(TrackItem(key=key,title=title,artist=None, album=None, index=None, rating=None, duration=None, thumb=Thumbnail, art=None))
the key contains the streaming URL .

The problem is happening only with streaming audio. Because , when I download the streaming audio and then deploy to the IIS and pass it to key , then it works fine.

Any pointers for how to play the streaming audio.

What error are you seeing in the Plex.log file? You may need to enable debug logging to see more relevant info.



Also, quick tip: You don’t need to set attributes to None manually :slight_smile:

Hi,

I am getting Response 200.




That’s your plug-in’s log - that just shows that it’s returning the data to the client correctly. I need to see the client log (~/Library/Logs/Plex.log). Thanks :slight_smile:

Hi,

I have found to Log File under Log:

1.Plex Media Server.log

2. Plex Media Scanner.log



Are the above two logs you are looking for? If not then could you please let me know how to enable debugging in PMS?



I tried looking out for debugging option on Media Manager but could not find it. Sorry if this is trivial but I am quite new to plex.



If you are asking about Client , then we are using MediaLink which emebded in TV’s firmware.

.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.