Questions tagged [siphon]

4 questions
5
votes
1 answer

Pjsip compile error in iphone-simulator not able to setup in ios 7

I am trying to compile pjsip source code for iphone. My problem is when i compile this code for simulator ./configure- iphone works fine and i get Done configuring for iPhoneOS7.1.sdk. but when i run make dep command i get error echo…
BK_Suresh
  • 113
  • 1
  • 5
2
votes
3 answers

ios10 iphone5s voip siphon pjsip2.5.5 Error opening sound device

Someone could tell me why this happen? iOS10, iPhone5s, VOIP Siphon pjsip2.5.5. These issue was not appear every time,it came sometimes when you want to make call or answer call (add at:20161226). Error opening sound device: 14:06:03.137742…
steve
  • 89
  • 8
1
vote
0 answers

how to compile siphon for ios 7 and later

I tried compiling siphon ios application from ios 7 and above. unfortunately,I am getting errors saying as architecture not being linked to i386 and references related errors. Here is the architecture settings under xcode build setting tab. Can…
0
votes
1 answer

siphon error - 400: NETCDF4 format not supported for ANY_POINT feature typ

I'm trying to get a dataset from TDScatalog with siphon but with multiples variables show me that error or the last line. Here the code: import siphon from siphon.catalog import TDSCatalog import datetime from xarray.backends import…