<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PINE64 - Development Discussion on PineCube]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Sat, 23 May 2026 21:40:03 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[USB 2.0 OTG port slow performance]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16869</link>
			<pubDate>Mon, 20 Jun 2022 03:11:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21677">disctanger</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16869</guid>
			<description><![CDATA[I am working on <a href="https://wiki.pine64.org/wiki/PineCube#PineCube_as_a_webcam" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/PineCube#Pi...s_a_webcam</a> section of PineCube wiki.<br />
I am trying to get USB 2.0 port  to reach maximum bandwidth with OTG port (Hi-Speed - 480 MegaBits/second) on PineCube device. Currently it is performing as Full-Speed (12.5 MegaBytes/second) usb port. <br />
<br />
<br />
<br />
I have measured the speed and performance using iperf + g_ether kernel mod + OTG port (details below) <br />
<br />
<br />
Official datasheet of PineCube (<a href="https://files.pine64.org/doc/datasheet/pinecube/S3_Datasheet_V1.1-20180123.pdf" target="_blank" rel="noopener" class="mycode_url">https://files.pine64.org/doc/datasheet/p...180123.pdf</a>) tells that the port can perform up to 60 MegaBytes/second or 480 MegaBits/second. <br />
<br />
<br />
<br />
UVC gadget (g_webcam module) is also performing at Full-Speed mode.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@pinecube:~/uvs-gadget# iperf3 -c 192.168.10.5 -f M<br />
Connecting to host 192.168.10.5, port 5201<br />
[  5] local 192.168.10.2 port 38834 connected to 192.168.10.5 port 5201<br />
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd<br />
[  5]   0.00-1.00   sec  14.0 MBytes  14.0 MBytes/sec    0    133 KBytes       <br />
[  5]   1.00-2.00   sec  12.9 MBytes  12.9 MBytes/sec    0    165 KBytes       <br />
[  5]   2.00-3.01   sec  13.3 MBytes  13.3 MBytes/sec    0    165 KBytes       <br />
[  5]   3.01-4.00   sec  13.7 MBytes  13.8 MBytes/sec    0    165 KBytes       <br />
[  5]   4.00-5.00   sec  13.0 MBytes  13.0 MBytes/sec    0    175 KBytes       <br />
[  5]   5.00-6.00   sec  13.6 MBytes  13.6 MBytes/sec    0    252 KBytes       <br />
[  5]   6.00-7.00   sec  12.7 MBytes  12.7 MBytes/sec    0    252 KBytes       <br />
[  5]   7.00-8.00   sec  12.6 MBytes  12.6 MBytes/sec    0    264 KBytes       <br />
[  5]   8.00-9.00   sec  13.1 MBytes  13.1 MBytes/sec    0    431 KBytes       <br />
[  5]   9.00-10.00  sec  12.9 MBytes  12.9 MBytes/sec    0    431 KBytes       <br />
- - - - - - - - - - - - - - - - - - - - - - - - -<br />
[ ID] Interval           Transfer     Bitrate         Retr<br />
[  5]   0.00-10.00  sec   132 MBytes  13.2 MBytes/sec    0             sender<br />
[  5]   0.00-10.00  sec   131 MBytes  13.1 MBytes/sec                  receiver<br />
<br />
iperf Done.</code></div></div><br />
<br />
<br />
armbianmonitor tool output (detailed logs) : <a href="http://ix.io/40o2" target="_blank" rel="noopener" class="mycode_url">http://ix.io/40o2</a><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">My questions are:</span></span><br />
<br />
<ol type="1" class="mycode_list"><li><span style="font-size: medium;" class="mycode_size">How can i reach high speed on USB 2.0 port. (probably too general)</span><br />
</li>
<li><span style="font-size: medium;" class="mycode_size">Could the issue be be related to USB drivers or Device Tree set up?</span><br />
</li>
</ol>
]]></description>
			<content:encoded><![CDATA[I am working on <a href="https://wiki.pine64.org/wiki/PineCube#PineCube_as_a_webcam" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/PineCube#Pi...s_a_webcam</a> section of PineCube wiki.<br />
I am trying to get USB 2.0 port  to reach maximum bandwidth with OTG port (Hi-Speed - 480 MegaBits/second) on PineCube device. Currently it is performing as Full-Speed (12.5 MegaBytes/second) usb port. <br />
<br />
<br />
<br />
I have measured the speed and performance using iperf + g_ether kernel mod + OTG port (details below) <br />
<br />
<br />
Official datasheet of PineCube (<a href="https://files.pine64.org/doc/datasheet/pinecube/S3_Datasheet_V1.1-20180123.pdf" target="_blank" rel="noopener" class="mycode_url">https://files.pine64.org/doc/datasheet/p...180123.pdf</a>) tells that the port can perform up to 60 MegaBytes/second or 480 MegaBits/second. <br />
<br />
<br />
<br />
UVC gadget (g_webcam module) is also performing at Full-Speed mode.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@pinecube:~/uvs-gadget# iperf3 -c 192.168.10.5 -f M<br />
Connecting to host 192.168.10.5, port 5201<br />
[  5] local 192.168.10.2 port 38834 connected to 192.168.10.5 port 5201<br />
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd<br />
[  5]   0.00-1.00   sec  14.0 MBytes  14.0 MBytes/sec    0    133 KBytes       <br />
[  5]   1.00-2.00   sec  12.9 MBytes  12.9 MBytes/sec    0    165 KBytes       <br />
[  5]   2.00-3.01   sec  13.3 MBytes  13.3 MBytes/sec    0    165 KBytes       <br />
[  5]   3.01-4.00   sec  13.7 MBytes  13.8 MBytes/sec    0    165 KBytes       <br />
[  5]   4.00-5.00   sec  13.0 MBytes  13.0 MBytes/sec    0    175 KBytes       <br />
[  5]   5.00-6.00   sec  13.6 MBytes  13.6 MBytes/sec    0    252 KBytes       <br />
[  5]   6.00-7.00   sec  12.7 MBytes  12.7 MBytes/sec    0    252 KBytes       <br />
[  5]   7.00-8.00   sec  12.6 MBytes  12.6 MBytes/sec    0    264 KBytes       <br />
[  5]   8.00-9.00   sec  13.1 MBytes  13.1 MBytes/sec    0    431 KBytes       <br />
[  5]   9.00-10.00  sec  12.9 MBytes  12.9 MBytes/sec    0    431 KBytes       <br />
- - - - - - - - - - - - - - - - - - - - - - - - -<br />
[ ID] Interval           Transfer     Bitrate         Retr<br />
[  5]   0.00-10.00  sec   132 MBytes  13.2 MBytes/sec    0             sender<br />
[  5]   0.00-10.00  sec   131 MBytes  13.1 MBytes/sec                  receiver<br />
<br />
iperf Done.</code></div></div><br />
<br />
<br />
armbianmonitor tool output (detailed logs) : <a href="http://ix.io/40o2" target="_blank" rel="noopener" class="mycode_url">http://ix.io/40o2</a><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">My questions are:</span></span><br />
<br />
<ol type="1" class="mycode_list"><li><span style="font-size: medium;" class="mycode_size">How can i reach high speed on USB 2.0 port. (probably too general)</span><br />
</li>
<li><span style="font-size: medium;" class="mycode_size">Could the issue be be related to USB drivers or Device Tree set up?</span><br />
</li>
</ol>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Camera offset suggestion]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13621</link>
			<pubDate>Tue, 13 Apr 2021 02:00:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21934">thelawnoob</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13621</guid>
			<description><![CDATA[Could we have a version of the pine cube that has the camera on the very edge of the board instead of in the center?<br />
<br />
That will make it a lot easier to hide it. I appreciate the work you are all doing.]]></description>
			<content:encoded><![CDATA[Could we have a version of the pine cube that has the camera on the very edge of the board instead of in the center?<br />
<br />
That will make it a lot easier to hide it. I appreciate the work you are all doing.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Networking unstable on PineCube with Armbian?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13386</link>
			<pubDate>Sun, 14 Mar 2021 12:02:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21686">hackkitten</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13386</guid>
			<description><![CDATA[Hello all,<br />
<br />
For a client project I have obtained two PineCube units and have tried to set them up with Armbian, but regardless of the SBC I see the same issue. After starting a download of a larger (multiple MB) file from a HTTPS server (Git repository), the system becomes unresponsive and has to be hard reset.<br />
<br />
* I used two different PineCube units.<br />
* I used a known good SD card (pulled from a working Raspberry Pi 3B system).<br />
* I used different USB cables and chargers (also used with Raspberry Pi &amp; Odroid systems previously).<br />
* I used Ethernet and WiFi (separately) with identical results.<br />
* I used the Focal Armbian version, then the Buster version, with identical results.<br />
<br />
Does anyone have stable Ethernet/WiFi on PineCube with Armbian, or is this considered to be an unstable feature? The PineCube wiki seems to hint at this being still experimental.]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
For a client project I have obtained two PineCube units and have tried to set them up with Armbian, but regardless of the SBC I see the same issue. After starting a download of a larger (multiple MB) file from a HTTPS server (Git repository), the system becomes unresponsive and has to be hard reset.<br />
<br />
* I used two different PineCube units.<br />
* I used a known good SD card (pulled from a working Raspberry Pi 3B system).<br />
* I used different USB cables and chargers (also used with Raspberry Pi &amp; Odroid systems previously).<br />
* I used Ethernet and WiFi (separately) with identical results.<br />
* I used the Focal Armbian version, then the Buster version, with identical results.<br />
<br />
Does anyone have stable Ethernet/WiFi on PineCube with Armbian, or is this considered to be an unstable feature? The PineCube wiki seems to hint at this being still experimental.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OpenWrt image PineCube]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13158</link>
			<pubDate>Thu, 18 Feb 2021 18:34:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21461">JuanEsf</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13158</guid>
			<description><![CDATA[Hello everyone. this is the first openwrt image for pinecube totally to test i dont think it is stable. enjoy...<br />
<br />
- kernel 5.10.16<br />
- u-boot 2021.04-rc1<br />
- 1GB partition<br />
<br />
github link:<br />
<a href="https://github.com/juanesf/openwrt" target="_blank" rel="noopener" class="mycode_url">https://github.com/juanesf/openwrt</a><br />
<br />
gdrive image link:<br />
<a href="https://drive.google.com/file/d/1ttO29qZGZoRMw0Xas9R_id7g21rVIQ4-/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1ttO29qZ...sp=sharing</a><br />
<br />
ps: do not activate wireguard in menuconfig, it has a conflict since since kernel 5.6 wireguard is integrated in kernel and gives problems with the package in the openwrt repository.]]></description>
			<content:encoded><![CDATA[Hello everyone. this is the first openwrt image for pinecube totally to test i dont think it is stable. enjoy...<br />
<br />
- kernel 5.10.16<br />
- u-boot 2021.04-rc1<br />
- 1GB partition<br />
<br />
github link:<br />
<a href="https://github.com/juanesf/openwrt" target="_blank" rel="noopener" class="mycode_url">https://github.com/juanesf/openwrt</a><br />
<br />
gdrive image link:<br />
<a href="https://drive.google.com/file/d/1ttO29qZGZoRMw0Xas9R_id7g21rVIQ4-/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1ttO29qZ...sp=sharing</a><br />
<br />
ps: do not activate wireguard in menuconfig, it has a conflict since since kernel 5.6 wireguard is integrated in kernel and gives problems with the package in the openwrt repository.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Regarding S3 h.264 hardware encoder... using examples from OrangePi]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12713</link>
			<pubDate>Wed, 06 Jan 2021 10:04:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20872">appoli</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12713</guid>
			<description><![CDATA[Hi all,<br />
<br />
Just registered for the forum, but I’ve dancing around the Pine-world for some time (even have an OG Pine64 SBC I got from the first Kickstarter laying around somewhere...). <br />
<br />
I saw that the Pinecil was released &amp; while I don’t *need* another soldering iron I had always wanted to check out a TS80/100, but couldn’t justify the price (once I decided I needed something decent I got a Metcal SP-200 in very good condition for &#36;70 + a couple tips. It’s no MX-5000, but gets the job done quite nicely for about as much as the aforementioned Chinese irons!). I dig a lot about the Pinecil &amp; the low cost, USB-PD &amp; other bits means I could find a use for it. So I figured I might as well consider all the Pine offerings if I am to buy some Pine kit and then I saw the PineCube &amp; intrigued I became <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Long story short - the wiki says that currently ‘we don’t know how to use the hw encoder yet’. Doing a quick Google I saw that there are a couple GitHub projects making use of the S3 chips hw encoder (from an OrangePi) running Armbian &amp; have basic examples that include using it to encode a live camera stream. <br />
<br />
I’ll probably scoop one regardless if for no other reason than to toy around with/possibly use as a 3D printer cam, but figured I’d throw this out there in the off chance that no one had checked the existing projects for something that might be a drop-in:<br />
<br />
<a href="https://github.com/rosimildo/videoenc" target="_blank" rel="noopener" class="mycode_url">https://github.com/rosimildo/videoenc</a> (There are others, this seemed to be one of the more recent ones). <br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
Just registered for the forum, but I’ve dancing around the Pine-world for some time (even have an OG Pine64 SBC I got from the first Kickstarter laying around somewhere...). <br />
<br />
I saw that the Pinecil was released &amp; while I don’t *need* another soldering iron I had always wanted to check out a TS80/100, but couldn’t justify the price (once I decided I needed something decent I got a Metcal SP-200 in very good condition for &#36;70 + a couple tips. It’s no MX-5000, but gets the job done quite nicely for about as much as the aforementioned Chinese irons!). I dig a lot about the Pinecil &amp; the low cost, USB-PD &amp; other bits means I could find a use for it. So I figured I might as well consider all the Pine offerings if I am to buy some Pine kit and then I saw the PineCube &amp; intrigued I became <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Long story short - the wiki says that currently ‘we don’t know how to use the hw encoder yet’. Doing a quick Google I saw that there are a couple GitHub projects making use of the S3 chips hw encoder (from an OrangePi) running Armbian &amp; have basic examples that include using it to encode a live camera stream. <br />
<br />
I’ll probably scoop one regardless if for no other reason than to toy around with/possibly use as a 3D printer cam, but figured I’d throw this out there in the off chance that no one had checked the existing projects for something that might be a drop-in:<br />
<br />
<a href="https://github.com/rosimildo/videoenc" target="_blank" rel="noopener" class="mycode_url">https://github.com/rosimildo/videoenc</a> (There are others, this seemed to be one of the more recent ones). <br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PineCube as a Satellite Smart Speaker]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12490</link>
			<pubDate>Sun, 13 Dec 2020 14:42:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20653">boredom101</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12490</guid>
			<description><![CDATA[I was thinking that since the Cube has a speaker and microphone, it could be used as a Mycroft smart speaker, obviously since it has low specs it would use another computer for most processing, that can do the processing for multiple Cubes. It can also make use of the camera for things like barcode scanning and object detection. Is this a feasible project? And if so is this something people want?]]></description>
			<content:encoded><![CDATA[I was thinking that since the Cube has a speaker and microphone, it could be used as a Mycroft smart speaker, obviously since it has low specs it would use another computer for most processing, that can do the processing for multiple Cubes. It can also make use of the camera for things like barcode scanning and object detection. Is this a feasible project? And if so is this something people want?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pinecube has been added to Ambian]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12346</link>
			<pubDate>Sun, 29 Nov 2020 18:27:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20424">k0m37</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12346</guid>
			<description><![CDATA[see here <br />
<br />
<a href="https://github.com/armbian/build/pull/2364" target="_blank" rel="noopener" class="mycode_url">https://github.com/armbian/build/pull/2364</a>]]></description>
			<content:encoded><![CDATA[see here <br />
<br />
<a href="https://github.com/armbian/build/pull/2364" target="_blank" rel="noopener" class="mycode_url">https://github.com/armbian/build/pull/2364</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Buildroot Image]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12285</link>
			<pubDate>Mon, 23 Nov 2020 22:16:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20424">k0m37</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12285</guid>
			<description><![CDATA[Hi all,<br />
<br />
I managed to create a buildroot image with kernel 5.10rc4 for the pinecube. The actually usb-patch from daniel fullmer is not yet included.<br />
<br />
ffmpeg and v4l2 are preinstalled in the image. I add the link to download the image <a href="https://drive.google.com/file/d/1rXBwWYsKIVcarIh7t7R-o9D29-vY-V4B/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">here</a> (google drive). Simply burn to sdcard.<br />
<br />
The image boots on the console UART2. An ethernet connection is done via dhcp and sshd starts automatically.<br />
<br />
Login is root &amp; Password pinecube.<br />
<br />
Unfortunately Wifi is not working yet. Also media-ctl brings an error "no /dev/media0".<br />
<br />
I am grateful for tips on further configuration of the kernel and necessary packages.<br />
<br />
Regards<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Link Update:</span><br />
<br />
New image with wifi now working &amp; ov5640 driver &amp; ffmpeg preinstalled]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I managed to create a buildroot image with kernel 5.10rc4 for the pinecube. The actually usb-patch from daniel fullmer is not yet included.<br />
<br />
ffmpeg and v4l2 are preinstalled in the image. I add the link to download the image <a href="https://drive.google.com/file/d/1rXBwWYsKIVcarIh7t7R-o9D29-vY-V4B/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">here</a> (google drive). Simply burn to sdcard.<br />
<br />
The image boots on the console UART2. An ethernet connection is done via dhcp and sshd starts automatically.<br />
<br />
Login is root &amp; Password pinecube.<br />
<br />
Unfortunately Wifi is not working yet. Also media-ctl brings an error "no /dev/media0".<br />
<br />
I am grateful for tips on further configuration of the kernel and necessary packages.<br />
<br />
Regards<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Link Update:</span><br />
<br />
New image with wifi now working &amp; ov5640 driver &amp; ffmpeg preinstalled]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to setup a ffmpeg streaming server on Manjaro?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=11951</link>
			<pubDate>Mon, 26 Oct 2020 15:15:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15445">vfr400racer</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=11951</guid>
			<description><![CDATA[On my PinebookPro running Majaro, I try to setup a ffmpeg streaming server.<br />
<br />
I start ffmpeg this way:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ffmpeg -listen 1 -i rtmp://localhost:1935/live/cube -c copy  rtmp://localhost:1935/live/mpv</code></div></div><br />
As a result, ffmpeg is hangig as if it was listening on the socket. But when I check the sockets (e.g. with ss -a), port 1935 is not displayed.<br />
<br />
When I try to stream from the pinecube, with this command: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@nixos:/home/nixos]# ffmpeg -s 640x480 -r 15 -i /dev/video0 -vcodec flv -f flv rtmp://pbp:1935/live/cube</code></div></div> I get this error:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[tcp @ 0x81110] Connection to tcp://pbp:1935 failed: Connection refused<br />
[rtmp @ 0x80c10] Cannot open connection tcp://pbp:1935<br />
rtmp://pbp:1935/live/cube: Connection refused</code></div></div>which can be expected, as there is nothing listening on port 1935 on pbp.<br />
<br />
Has anybody got ffmpeg  working as a rtmp server or are you using nginx with rtmp support enabled?<br />
Are there other lightweight streaming servers availabe?<br />
Thanks for your help!]]></description>
			<content:encoded><![CDATA[On my PinebookPro running Majaro, I try to setup a ffmpeg streaming server.<br />
<br />
I start ffmpeg this way:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ffmpeg -listen 1 -i rtmp://localhost:1935/live/cube -c copy  rtmp://localhost:1935/live/mpv</code></div></div><br />
As a result, ffmpeg is hangig as if it was listening on the socket. But when I check the sockets (e.g. with ss -a), port 1935 is not displayed.<br />
<br />
When I try to stream from the pinecube, with this command: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@nixos:/home/nixos]# ffmpeg -s 640x480 -r 15 -i /dev/video0 -vcodec flv -f flv rtmp://pbp:1935/live/cube</code></div></div> I get this error:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[tcp @ 0x81110] Connection to tcp://pbp:1935 failed: Connection refused<br />
[rtmp @ 0x80c10] Cannot open connection tcp://pbp:1935<br />
rtmp://pbp:1935/live/cube: Connection refused</code></div></div>which can be expected, as there is nothing listening on port 1935 on pbp.<br />
<br />
Has anybody got ffmpeg  working as a rtmp server or are you using nginx with rtmp support enabled?<br />
Are there other lightweight streaming servers availabe?<br />
Thanks for your help!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help to install vim (and others) in NixOS]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=11950</link>
			<pubDate>Mon, 26 Oct 2020 14:56:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15445">vfr400racer</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=11950</guid>
			<description><![CDATA[Hi All!<br />
<br />
There is a NixOS image available for the pinecube. Coming across NixOS for the first time. I tried to install vim the way it is recommended e.g. here:<br />
<a href="https://www.mpscholten.de/nixos/2016/04/11/setting-up-vim-on-nixos.html" target="_blank" rel="noopener" class="mycode_url">https://www.mpscholten.de/nixos/2016/04/...nixos.html</a><br />
<br />
But when I try to switch to the new environment (hopefully this is what I am trying to do on NixOS <img src="https://forum.pine64.org/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /> ), I get these<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@nixos:/etc/nixos]# nixos-rebuild switch<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using &#36;NIX_PATH or -I), at (string):1:13<br />
building Nix...<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
<br />
[root@nixos:/etc/nixos]#</code></div></div>Has anybody an idea how to fix this error?]]></description>
			<content:encoded><![CDATA[Hi All!<br />
<br />
There is a NixOS image available for the pinecube. Coming across NixOS for the first time. I tried to install vim the way it is recommended e.g. here:<br />
<a href="https://www.mpscholten.de/nixos/2016/04/11/setting-up-vim-on-nixos.html" target="_blank" rel="noopener" class="mycode_url">https://www.mpscholten.de/nixos/2016/04/...nixos.html</a><br />
<br />
But when I try to switch to the new environment (hopefully this is what I am trying to do on NixOS <img src="https://forum.pine64.org/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /> ), I get these<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@nixos:/etc/nixos]# nixos-rebuild switch<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using &#36;NIX_PATH or -I), at (string):1:13<br />
building Nix...<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring<br />
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring<br />
error: file 'nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix' was not found in the Nix search path (add it using &#36;NIX_PATH or -I)<br />
<br />
[root@nixos:/etc/nixos]#</code></div></div>Has anybody an idea how to fix this error?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NixOS image availablee]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=11949</link>
			<pubDate>Mon, 26 Oct 2020 14:49:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15445">vfr400racer</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=11949</guid>
			<description><![CDATA[Hi All!<br />
<br />
Daniel Fullmer has put a link to his github repository for the pinecube on the the pinecube wiki. I flashed the provided NixOS image to SD card and booted the pinecube. It took a bit to boot, but after a short while I was able to ssh to the pinecube. Following the instructions in his repository, I was able to record from the camera to a local file first try! Well done, Daniel!]]></description>
			<content:encoded><![CDATA[Hi All!<br />
<br />
Daniel Fullmer has put a link to his github repository for the pinecube on the the pinecube wiki. I flashed the provided NixOS image to SD card and booted the pinecube. It took a bit to boot, but after a short while I was able to ssh to the pinecube. Following the instructions in his repository, I was able to record from the camera to a local file first try! Well done, Daniel!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Buildroot support for the PineCube]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=11915</link>
			<pubDate>Fri, 23 Oct 2020 16:02:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20014">matteo.scordino</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=11915</guid>
			<description><![CDATA[Hello all,<br />
<br />
at <a href="https://elimo.io" target="_blank" rel="noopener" class="mycode_url">Elimo Engineering</a> we have designed <a href="https://blog.elimo.io/2020/10/19/board-bringup/" target="_blank" rel="noopener" class="mycode_url">Impetus</a>, a SoM that shares the Allwinner S3 SoC with the PineCube. Our first supported platform is (going to be) Buildroot.<br />
<br />
Given the similarities of the two, and the general lack of support for the S3, we have decided to do double purpose and <span style="font-weight: bold;" class="mycode_b">integrate support for the PineCube into Buildroot</span>.<br />
<br />
You can find the <a href="https://github.com/elimo-engineering/buildroot/tree/pine64/pinecube" target="_blank" rel="noopener" class="mycode_url">repo on our GitHub account</a> and build instructions in the <a href="https://github.com/elimo-engineering/buildroot/tree/pine64/pinecube/board/pine64/pinecube" target="_blank" rel="noopener" class="mycode_url">board support directory</a> readme.<br />
<br />
The most important thing that this provides is support for the S3's DDR3 in u-boot. Unfortunately mainline u-boot does not have that yet.<br />
<br />
Since we don't have a PineCube ourselves, this is unfortunately untested, but it should get a functional system that boots to a console on UART0. It's pretty fast too, getting there in 1.5 seconds from u-boot to login prompt.<br />
<br />
All in all, I think this could be a good starting point for further development.]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
at <a href="https://elimo.io" target="_blank" rel="noopener" class="mycode_url">Elimo Engineering</a> we have designed <a href="https://blog.elimo.io/2020/10/19/board-bringup/" target="_blank" rel="noopener" class="mycode_url">Impetus</a>, a SoM that shares the Allwinner S3 SoC with the PineCube. Our first supported platform is (going to be) Buildroot.<br />
<br />
Given the similarities of the two, and the general lack of support for the S3, we have decided to do double purpose and <span style="font-weight: bold;" class="mycode_b">integrate support for the PineCube into Buildroot</span>.<br />
<br />
You can find the <a href="https://github.com/elimo-engineering/buildroot/tree/pine64/pinecube" target="_blank" rel="noopener" class="mycode_url">repo on our GitHub account</a> and build instructions in the <a href="https://github.com/elimo-engineering/buildroot/tree/pine64/pinecube/board/pine64/pinecube" target="_blank" rel="noopener" class="mycode_url">board support directory</a> readme.<br />
<br />
The most important thing that this provides is support for the S3's DDR3 in u-boot. Unfortunately mainline u-boot does not have that yet.<br />
<br />
Since we don't have a PineCube ourselves, this is unfortunately untested, but it should get a functional system that boots to a console on UART0. It's pretty fast too, getting there in 1.5 seconds from u-boot to login prompt.<br />
<br />
All in all, I think this could be a good starting point for further development.]]></content:encoded>
		</item>
	</channel>
</rss>