I am horrible at updating this stuff 😜 My name is Kyle. I am originally from NY and now in Texas in the U.S. I have a passion for web development and I continue to learn. Una has allowed a back end to save me time with my busy life. I used Dolphin awhile back and was not as impressed as I am with Una. I also love gaming and music. I run an talent/hobby sharing community called Myvybz.com (formerly vybz.live) using UNA and an upcoming company called VyBZ.XYZ Media and Design (web design and sound editing). Due to royalty costs, etc, I had to let radio.vybz.live go, but still dj online and virtual worlds.
Streams - OME - can stream, but not showing on UNA. I am sure there is a configuration in the server.xml I may be missing. I did everything from Streams · unaio/una Wiki · GitHub and added the two output profiles. When I create a stream and put in my RTMP address and key it does connect and go live. Did see some errors like these: Not sure if its related. In UNA ofcourse I have all my stuff put in correct the container ID, the key, and the source pattern. Ports are open or I would not be connecting. Anyone run into similar issues and have found what was causing yours. I am on Ubuntu running it as a container with Docker.
[33m[2022-06-24 10:38:19.515] W [InboundWorker:31] MediaRouter | mediarouter_stream.cpp:796 | b-frame has been detected in the 0 track of inbound #default#app/qDKAwQJtXzHh stream[0m
[33m[2022-06-24 10:38:19.515] W [InboundWorker:31] MediaRouter | mediarouter_stream.cpp:796 | b-frame has been detected in the 0 track of inbound #default#app/qDKAwQJtXzHh stream[0m
[33m[2022-06-24 10:38:19.516] W [InboundWorker:31] MediaRouter | mediarouter_stream.cpp:796 | b-frame has been detected in the 0 track of inbound #default#app/qDKAwQJtXzHh stream[0m
[33m[2022-06-24 10:38:19.516] W [OutboundWorker:32] MediaRouter | mediarouter_stream.cpp:796 | b-frame has been detected in the 4 track of outbound #default#app/qDKAwQJtXzHh stream[0m
- 821
Content filters are not blocking when seen not logged in. I marked a post rated X, and went on another account and unmarked the X and it did not show. However in two different browsers not logged in/ private mode (non-cached) The posts showed.
- 749
When uploading additional photos to timeline the secondary photo blurs. It shows right when you open the feed item, but if looking from the main timeline it blurs the second image Kyle (una.io) You can see the sample post from my profile timeline or below, it looks worst on a better picture ofcourse. Again only on timeline itself. If you open the feed item it will be a gallery. My wife shared photos on my site so that is when I noticed it so figured I would test here and same thing.
- 785
*Marking as resolved for now, I update PLESK and CURL and will monitor.*
I have had these in past, but now all of a sudden they started back up regular. I have all my stuff set high so there is no way I can be reaching my max. However, if something is getting hung up it could be which is what I think is happening.
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 1474301952 bytes) in /var/www/vhosts/mysite/httpdocs/inc/utils.inc.php on line 962
The line this is in relation to is as follows:
$sResult = curl_exec($rConnect);
My dedicated server has 32GB of memory and it is only requesting 1047MB (which is really high for an upload) of my 2048 limit.
This may be an UNA 13 bug, so why I wanted to post it, I seen it after someone uploaded a video. The last time I had this issue was before UNA 13 and same thing when uploading large videos.
- 770
Below is what I am seeing a lot in relation to errors from my site error logs. I wanted to report this. I see others have mentioned video issues as well. Same issue still present on 13 B1. **Update 5/28/22: With some time to dig, The video poster error is literally what the issue is, it is the video posters. When you upload a video poster for the video it does not show, it will if your put it in the post itself though. Wonder if it is something to do with storage possibly. Unsure, but definitely not showing uploaded poster images. It does upload just it does not show as poster when selected**
$aTmplVarsVideos[] = array(
'style_prefix' => $sStylePrefix,
'class' => '',
'item' => $this->parseHtmlByContent($sAttachTmpl, array(
'style_prefix' => $sStylePrefix,
'bx_if:show_link' => array(
'condition' => $bUrl,
'content' => array(
'style_prefix' => $sStylePrefix,
'url' => $sUrl,
'src' => $aVideo['src_poster'],
)
),
'bx_if:show_non_link' => array(
'condition' => !$bUrl,
'content' => array(
'style_prefix' => $sStylePrefix, 'src' => $aVideo['src_poster'], ) ),
Here are three different users same error 1 minute after the other:
39817#0: *12928 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "src_poster" in /var/www/vhosts/-----/httpdocs/modules/boonex/timeline/classes/BxTimelineTemplate.php on line 2772PHP message: PHP Warning: Undefined array key "src_poster" in /var/www/vhosts/-----/httpdocs/modules/boonex/timeline/classes/BxTimelineTemplate.php on line 2779" while reading response header from upstream
- 838