hi, this is how i found a kind of hack workaround for my problem.
so basically you start by
1) monitoring the amount of data being received
2) after having received a decent amount of data...
Type: Posts; User: davmt; Keyword(s):
hi, this is how i found a kind of hack workaround for my problem.
so basically you start by
1) monitoring the amount of data being received
2) after having received a decent amount of data...
Would be a very nice option, could be a very big step ahead in developing pc to mobile applications.
Since applications on Linux are open source, providing the SDK for Linux could potentially...
Who configures the unreliable channel in a communication system?
The server (waiting for incoming connections) or the client (which will be sending data)?
Or do they both have to set up an...
i had a similar problem. basically you have to initialize playback once enough data is available. monitor the amount of data you are receiving and then try to open the file. Playback will commence...
i never tried this using Symbian API's to play the output of the frames but I know that the data being sent (if you leave the H263 setting in the API's example) is raw H263 encoded data, at least...
yep so that shows that your default device is S60_3rd_FP2
to set back the S60_3rd_FP1 as your default device type,
devices -setdefault @S60_3rd_FP1_3:com.nokia.s60
i think what happened is that ure new emulator is being set as default.
go to the command line tool,
type devices and see which device is set as default.
or to only see the default device,...
yep its H263 raw data
its an h263 encoded vid, set at 64kbps from the Media Recorder API
2 main strange things from how the video is being interpreted from my stream analyzer,
- frame rate declared as 15fps from the...
think i m one step closer now
although the delay is still considerable circa 5 seconds (looks like the player on linux needs some reserve data to avoid stopping) the stream was being interpreted...
Just noticed that the data arriving at the PC is arriving slowly cause I'm not packetizing the Bluetooth packets accordingly and I am sending data as soon as data from the Media Recorder API arrives....
hi mate, thanks again for your patience as usual
I have disabled the audio track for now so the bit rate shouldn't be effected. My main concern is that the playback on the other end (a linux...
Hi, if anyone has some experience with this API, from where do you actually set the bit rate of the video.
Is it from MCMRMediaSink class or from the CCMRMediaRecorder class. Both have...
Hi I'm receiving buffers from my camera and I want to transmit them over Bluetooth using RFCOMM socket.
So basically I have to first connect the socket, and on each buffer I receive, I instruct...
The 3rd edition emulators don't support camera emulation for sure. (not sure about the other versions)
However as suggested, you could test your applications using on-device debugging.
You...
Hi im trying to communicate with a Linux BlueZ PC using RFCOMM socket.
So my Linux PC sends data to my S60 mobile device. On emulator it works, using on device debugging it works also.
Remove...
hi its working great on my device, no jitter issues whatsoever when streaming over bluetooth to my device over L2CAP.
The emulator isnt so reliable in comms and media playback situations.
I...
S60 3rd FP1, i think there is some time involved in effecting the configuration. It doesn't happen instantly cause if I place User::After (350000) I do get the correct MTU on rechecking.
this seems to be the problem,
iBTSocket.SetOpt(KL2CAPUpdateChannelConfig, KSolBtL2CAP, iConfigActivePkg); giving error -6318
KErrL2CAPConfigPending
Strangely enough I can't send packets larger than 668 bytes using L2CAP even if I set the MTU correctly and the receiving MTU on the other end correctly.
GetOutboundMaxMTU gives 65535 bytes (the...
hi but I'm referring to 1 single L2CAP port and 1 single RFCOMM port respectively.
Of course you could have up to 255 parked devices (theres an 8 bit field to store these address) and 7 active...
Can anybody suggest an encoder which will produce an MPEG4 file suitable for streaming. After some research I made my video file needs to be encoded in,
MPEG4 Part 2 (H263) Simple Profile 0
MPEG4...
1) On an L2CAP socket,
User::LeaveIfError(iBTSocketListen.Listen(1));
yields system error -28. I'm assuming that an L2CAP socket can only accept one connection so you don't need to specify this,...
I'm trying it on emulator, since I had some issues about SDP compatibility between the mobile device and my Linux station so I'm using hard coded ports and these seem to be closed on my device.
...
Hi i wasnt getting the correct error using on device debugging because i was installing a release build on the mobile (stupid me!) so i couldnt debug correctly. So i went to add the ErrRd file using...