Skip to content

What is Stream_204? #191

Answered by ftde0
Wabagg12345 asked this question in Q&A
Discussion options

You must be logged in to vote

stream_204 and player_204 are logging requests, which could explain it being blocked described above. HOWEVER /stream_204 requests could also be made in case there was an error with video playback.

in case of wii's apiplayer, a logPlayerEvent function is used to initiate sending such requests, and if you're looking for the source of stream_204 requests, they are made whenever logData is streamingerror, which should sound pretty self-explanatory.

however, as streamingerror itself in an error request can be pretty vague, you CAN text search for streamingerror within the apiplayer swf and find logPlayerEvents that mention streamingerror.

an example string you may find:

this.logPlayerEvent("s…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by breakgimme
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #69 on January 10, 2025 21:32.