Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing option to stop livestream #13473

Open
nicki-klexx opened this issue Feb 13, 2019 · 7 comments · Fixed by #13676
Open

Missing option to stop livestream #13473

nicki-klexx opened this issue Feb 13, 2019 · 7 comments · Fixed by #13676
Assignees
Milestone

Comments

@nicki-klexx
Copy link

I can stream content from youtube, but if I want to remove it only the antenna symbol at the top of the room disappears. The announcement and the breating camera symbol in the sidebar stay in their places. I can delete the announcement manually, but not the camera symbol. Even if I disable livestreaming nothing happens.

What can I do?

Server Setup Information:

  • Version of Rocket.Chat Server:
  • Operating System: Ubuntu 18.04
  • Deployment Method: tar
  • Number of Running Instances: 1
  • NodeJS Version: 8.15.0
  • MongoDB Version: 3.6.10
  • Rocket.Chat Version: 0.74.2
@himpierre
Copy link

Same goes for 0.74.3. Had to delete and re-create the channel with livestream to get rid of the livestream symbol.

@frdmn
Copy link
Contributor

frdmn commented Feb 14, 2019

Temporary workaround for Mongo shell until a proper fix is in place for this:

db.rocketchat_room.update({_id:"your-rid"},{$unset:{streamingOptions:1}})

@nicki-klexx
Copy link
Author

Thank you for your suggestion, but it doesn't work. I've tried it by _id and by name, the rows were updated, but the camera symbol is still in the sidebar.

@nicki-klexx
Copy link
Author

Update: It does work! You have to send the query an after that you have to send a message in the room. Then the icon is gone.

Thank you very, very much, @frdmn! :-)

@geekgonecrazy geekgonecrazy changed the title Can't remove livestream in 0.74.2 Missing option to stop livestream Feb 14, 2019
@tassoevan tassoevan added this to the Short-term milestone Feb 17, 2019
@ggazzo ggazzo modified the milestones: Short-term, 1.0.0 Mar 7, 2019
@mhow2
Copy link

mhow2 commented Apr 22, 2020

@ggazzo @sampaiodiego : I am unable to stop the livestream on v3.0.4 ? Either we miss something or this issue should be reopened.

@sampaiodiego
Copy link
Member

thanks for pointing out @mhow2 I'll reopen the issue.

@sampaiodiego sampaiodiego reopened this Apr 22, 2020
@sampaiodiego sampaiodiego modified the milestones: 1.0.0, 4.0.0 Apr 22, 2020
@adolfombarros
Copy link

Temporary workaround for Mongo shell until a proper fix is in place for this:

db.rocketchat_room.update({_id:"your-rid"},{$unset:{streamingOptions:1}})

Don't work for me! I'm unable to stop the livestream on version 3.5.2 !

If I disable livestreaming nothing happens, only the antenna symbol at the top of the room disappears. The camera symbol in the sidebar stay in its place.

The suggest of @frdmn don't remove the camera symbol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants