mojira.dev
MCPE-43417

/videostream command fails to work

Upon downloading the latest Windows 10 version of Minecraft from the store, I tried out the '/videostream' command, as it sounded interesting provided I'm working with websockets. I was not able to get the command working.

I have a websocket version running on 'localhost:8000/ws'. Connecting to it using the '/wsserver' or '/connect' command works.

When using the command '/videostream localhost:8000/ws 10', I ran into the first issue. The command does not allow a slash in the 'serverUri' argument:

[media]

When handling on 'localhost:8000' and connecting to it using '/videostream localhost:8000 10', I ran into the second issue. The command does not allow a colon in the 'serverUri' argument:

[media]

When trying the command after that with a 'serverUri' that was allowed, I ran into the following error message:

[media]

This is probably not intended, as the '/wsserver' command works fine otherwise.

 

Edit: Upon further investigation it appears the last message is sent by the client when sending it the VideoStreamConnect packet which was added in 1.10.

 

This issue occurs on all platforms, not just on Windows 10.

Attachments

Comments 13

[media][media][media]

I'm not a dev, but I'm pretty sure this is as intended. Commands dislike it when you have a slash or colon in the middle of them, the only way of getting around that is putting the serverUri in quotation marks. Anything in quotation marks gets interpreted as a string, so it shouldn't give a syntax error for anything between them.

I'm not a dev, but I'm pretty sure this is as intended. Commands dislike it when you have a slash or colon in the middle of them, the only way of getting around that is putting the serverUri in quotation marks. Anything in quotation marks gets interpreted as a string, so it shouldn't give a syntax error for anything between them.

3 more comments

Thank you for your report!
However, this issue has been temporarily resolved as Awaiting Response

Is this still an issue in the latest version?

If it is, please be sure to include steps to reproduce the problem:

Steps to Reproduce:
1.
2.
3.

Observed Results:
(Briefly describe what happens)

Expected Results:
(Briefly describe what should happen)

If your ticket does not look like the example given here, then it's likely to be closed as incomplete.

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Sander Ten Veldhuis

(Unassigned)

Unconfirmed

Windows

Windows 10

1.10.0, 1.11.4

Retrieved