I am having the problem in creating rtp streaming in windows phone 8. Is anyone having the sample of RTP streaming and g711 codec in windows phone 8?
Thanks in advance.
it is not a build in protocol so you will need some addtional libraries.
The best is: http://xmedianet.codeplex.com/
Related
I am creating a Windows phone 8.1 application which uses Bluetooth Low Energy feature(BLE). I need to discover all the near by BLE devices in my app and connect discovered devices. But I couldn't find any source to achieve this. I only found the code to scan the paired devices. In ios and android it is possible to scan, connect / disconnect through code. Please help me.
I don't know if it could help, but I think this guy has reach it with Windows IoT.
http://blog.falafel.com/arduino-btle-gatt-bracelet-and-windows-iot-core/
Maybe this could help to start making your own BLE stack for Windows Phone 8.1.
We had a situation where we wanted to build Windows Phone app with minimum compatible version Windows Phone 8.1. It makes uses of VOIP calls over 3G / 4G and Wifi.
I am unable to find whether Windows Phone 8.1 has full support for VOIP calls or not. Can anyone redirect me to right documentation or guidance if WP8.1 supports VOIP?
Please check this below link for VoIP capabilities of Windows Phone 8 https://msdn.microsoft.com/en-us/library/windows/apps/jj206983(v=vs.105).aspx
I'm trying to develop a VoIP application based on these solutions:
https://github.com/DoubangoTelecom/boghe & https://github.com/BelledonneCommunications/linphone-wp
Check these. I think it does.
ChatterBox-VoIP-WP81
Upgrade calls from cellular to VoIP in a Windows Phone Silverlight 8.1 app
understanding-and-using-voip-support-in-windows-phone-8
I need to implement WebRtc on a windows phone 8.1 universal app,
there is some kind of library available?
I have found this one www.nuget.org/packages/WebRTC/1.1.24, but there isn't documentation.
thanks
IceLink claims to support that (commercial):
http://www.frozenmountain.com/webrtc/
Is there any way to do this by running a WP8 emulator in a virtual machine? I would really like to publish WP8 apps but I need to do some testing and don't want to pay to upgrade to the pro version of windows. Thanks for any help you can give.
Currently there is no solution for this. You have to have a emulator or a device to test the app and testing on a device is mandatory now. There used to be Nokia Remote Device Access but it is deprecated now. http://developer.nokia.com/resources/remote-device-access
Short answer is no.
Windows Phone emulator needs hardware virtualization features (enabled in BIOS) and only the pro version is capable of using them (http://en.wikipedia.org/wiki/Windows_8_editions search for hyper-v).
You can find some reference here:
http://msdn.microsoft.com/en-us/library/windows/apps/ff626524%28v=vs.105%29.aspx
I would need to upload a XAP file done for Windows 8 Phone to a Windows 8.1 Tablet.
I know that Windows Phone Power Tools do it but since this tool was done for Windows 8 Phone and not for Tablet, for it. Could I upload this XAP into my Tablet with it? Is it possible?
Thanks in advance
Best Regards
Alejandro
Windows Phone 8 apps are not compatible or in other words do not work in Windows 8. Though you can share some code using PCL (Portable Class Libraries), the development environment and architecture is different for both.
So the answer for your question is, it is not possible to deploy or run your Windows Phone apps on a Windows 8 tablet.