wpstream
Forum Replies Created
-
Hello again,
Were we able to clear any doubts you have? Please let us know if you have further questions or concerns.
This support topic will be closed within 2 working days if there are no responses, but please feel free to open another support topic or contact us directly at support@wpstream.net
Best regards,
BeatriceHi Abhilesh, thanks for reaching out,
The 2 errors are somewhat normal to appear when there is no broadcast so we can safely ignore these for now.
What’s very possible to go wrong here is a mis-typed/pasted rtmp URL on the Zoom end
Please let us know the RTMP settings you used to configure Zoom, a screenshot would be even better. Do note that an extra space, missing slash etc could lead it to fail.
Best wishes,
ChristinaHello there,
We understand your confusion on this matter and we are working on wording that particular email better. In this situation, you do not have enough storage space. The free trial comes with 100 MB of storage space yet your test video is 132 MB. You may want to test with a smaller video.
The streaming data (5.5 GB) is used for going live or in VODs when people are watching.
Hope this cleared up any doubts you have but please let us know if you have further questions or concerns.
Best regards,
BeatriceHello
I’m currently looking over this issue however i don’t understand how to replicated it. It may be because we are not familiar with Membership Pro.
More exactly, I do not see the Membership tab in the Woo Product metadata section.Can you offer more details ?
Thank you- This reply was modified 3 years, 6 months ago by wpstream.
Hey Scott, thanks a lot for letting us know,
It will be great if you can offer more detail about your WP setup [so we can try to replicate the issue] or provide access to your environment, the freeze has not been spotted in our tests nor reported by others.
Regardless, you can X out the wizard at any time and take the slightly harder way to set up your first live stream, see tutorial here https://youtu.be/TopBhvGvwbs
Best wishes, Christina
Hello there,
Thanks for bringing this up and for the great deal of detail.
We are looking into it and will update the thread when we have any update.Best wishes, Christina
Hey there,
WpStream does not provide this out of the box, however if you display every video on a different page you can find a plugin that counts the page views.
This is the first that came up on a search, there are quite a few out there
https://wordpress.org/plugins/page-views-count/Hope this helps, best wishes,
ChristinaForum: Plugins
In reply to: [WpStream - Live Streaming, Video on Demand, Pay Per View] ChangelogHello Jos,
We will close this ticket in 24 hours. If you have any further questions or concerns, please return within this time frame – or otherwise, you can always open a new support ticket. We appreciate your input and ideas for improving our plugin (and readme!).
Kind regards,
BeatriceForum: Plugins
In reply to: [WpStream - Live Streaming, Video on Demand, Pay Per View] ChangelogHello Jos,
Thanks for your kind suggestion, the page has just been updated to the latest version. Please let us know if you have further questions or concerns!
Best,
BeatriceHello there,
We hope we were able to provide a solution to your issue. If you do not have any other issues or concerns, this support thread will be closed in 2 days. Feel free to open another support ticket if you have further issues!
Best,
BeatriceHello there,
We hope we were able to provide a solution to your issue. If you do not have any other issues or concerns, this support thread will be closed in 2 days. Feel free to open another support ticket if you have further issues!
Best,
BeatriceHi,
That’s not from our plugin -however there is a independent issue with the event unit on mobile devices.to fix both for mobile add this css code
@media only screen and (max-width:430px){
ul, ol {
margin: 0px;
padding: 0px 10px;
}
.wpstream_product_unit {
width: 100%;
}
}this will be applied for resolutions lower than 430px . However i see other css issues that are not related with our plugin. You may want to investigate those.
Thank you
^
- This reply was modified 3 years, 8 months ago by wpstream.
Hi,
on https://www.thenexgenusa.com/go-live-channels/ i see also the left padding but that is something it comes from your theme – in style.css at ine 523 you have
ul, ol {
margin: 0 0 1.5em 3em;
}https://prnt.sc/iz-3_1YgjmrG – this seems like a list of player of channels players – If 2 ore more events are live in the same they will played in the same time and maybe this is not something you want
this https://prnt.sc/up9NjKynxa9P is the correct implementation – What you can is edit each channel and put a nice featured image. That image will replace our logo and will look much more professional.
Thank you
Hi,
While i think i understand why you are trying to do i do not know if i can offer you a piece of code that while help you.What is not working ? Do you see the messages like echo ‘live show’; ? If not print the $startdate = get_field(‘live_stream_start_date’, false, false); and see if you have something saved in there .
Also for the display if the vod player you could use
main->wpstream_player->wpstream_video_player_shortcode($product_id);I’m sorry i could not help you more.